Skip to content

Commit

Permalink
Bump actions/download-artifact from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and Mic92 committed Nov 18, 2024
1 parent d6e9e9e commit 264c12e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: patchelf
path: dist
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
fi
echo "DOCKER_PLATFORM=$platform" >> $GITHUB_ENV
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: patchelf
path: dist
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
if: github.event_name == 'push' && github.repository == 'NixOS/patchelf' && startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: patchelf
path: dist
Expand Down

0 comments on commit 264c12e

Please sign in to comment.