From 815201d27d82a1968080b20a7e6b15a8ec4e530e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:14:10 +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/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b4187b..3ed1bea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: sudo chmod +x /usr/bin/ape sudo sh -c "echo ':APE:M::MZqFpD::/usr/bin/ape:' >/proc/sys/fs/binfmt_misc/register" - name: Download APEs - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Test APEs (no output on NT?) shell: bash run: | @@ -89,7 +89,7 @@ jobs: steps: - name: Fetch build artifacts if: ${{ github.ref_type == 'tag' }} - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 - name: Publish release if: ${{ github.ref_type == 'tag' }} uses: softprops/action-gh-release@v1