diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 76dcdd9..afc4454 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,12 +92,12 @@ jobs: echo 'is pre-release: ${{ steps.semver_parser.outputs.prerelease != 0 }}' - name: Download Release Artifact - uses: actions/download-artifact@v2.0.9 + uses: actions/download-artifact@v4.1.7 with: name: Release - name: Download Debug Artifact - uses: actions/download-artifact@v2.0.9 + uses: actions/download-artifact@v4.1.7 with: name: Debug