From a24c30333424ae367c037e02f38e9e728814470a Mon Sep 17 00:00:00 2001 From: Renovate GitHub Bot Date: Tue, 27 Feb 2024 09:51:17 +0000 Subject: [PATCH] chore(deps): update actions/download-artifact action to v4.1.3 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 70873c3b..c3261a52 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Download release notes - uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2 + uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3 with: name: release-notes - id: prerelease