From acf41e64969bd2e9bbb7ee326b56d0ee08113dd0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:17:26 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/anchor-build-and-release.yml | 2 +- .github/workflows/build-and-release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/anchor-build-and-release.yml b/.github/workflows/anchor-build-and-release.yml index a3a72ce..0682323 100644 --- a/.github/workflows/anchor-build-and-release.yml +++ b/.github/workflows/anchor-build-and-release.yml @@ -54,7 +54,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: 📥 Download All Tarballs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: 🏷 Generate Release Tag run: | diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 73a260c..20f35ad 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -61,7 +61,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: 📥 Download All Tarballs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: 🏷 Generate Release Tag run: |