From 6b409878b1fc1c6ba89dbf26fe1e1f39f37eda1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jan 2024 02:48:01 +0000 Subject: [PATCH] Update actions/download-artifact action to v4 --- .github/workflows/build-test-release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index 3a49f31d..feab12bc 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -430,7 +430,7 @@ jobs: run: echo "checksum=$(sha256sum '${{ steps.rom-filename.outputs.filename }}' | awk '{ print $1 }')" >> $GITHUB_OUTPUT - name: Download base patch from previous workflow - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ${{ steps.rom-checksum.outputs.checksum }}.bps @@ -487,7 +487,7 @@ jobs: run: pip install tox - name: Download base patches - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Move all patch files into the same directory so pyinstaller can find them run: | @@ -560,7 +560,7 @@ jobs: run: echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - name: Download built executable from previous job - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: ph-randomizer_${{ steps.commit-hash.outputs.hash }}_${{ matrix.os }} @@ -601,7 +601,7 @@ jobs: run: echo "version=$(git describe --tags)" >> $GITHUB_OUTPUT - name: Download built executables - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 - name: Replace commit hash with version string run: |