Skip to content

Commit

Permalink
CI: bumped actions/up/download-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dh1tw committed Mar 1, 2025
1 parent ce692df commit f3e7f32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
echo ${GITHUB_REF/refs\/tags\//}
echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- name: Retrieve stashed intermediary build artifact
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: remoteAudio-${{ matrix.OS }}-${{ matrix.ARCH }}-${{ github.sha }}
# rename the retrieved intermediary artifact and prepare zip file
Expand All @@ -218,7 +218,7 @@ jobs:
zip -j remoteAudio-$VERSION-${{ matrix.OS }}-${{ matrix.ARCH }}.zip ./*
# Download the previously uploaded artifact which contains the release URL
- name: Retrieve stashed release URL
uses: actions/download-artifact@v1
uses: actions/download-artifact@v4
with:
name: release-url
# Write content of downloaded file (a string which contains the release URL) into a step.outputs variable
Expand Down

0 comments on commit f3e7f32

Please sign in to comment.