Skip to content

Commit a4b21a9

Browse files
dependabot[bot]Mic92
authored andcommitted
Bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6c7c02d commit a4b21a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: windows-latest
4949
steps:
5050
- uses: actions/checkout@v4
51-
- uses: actions/download-artifact@v4
51+
- uses: actions/download-artifact@v5
5252
with:
5353
name: patchelf-windows
5454
path: dist
@@ -83,7 +83,7 @@ jobs:
8383
fi
8484
echo "DOCKER_PLATFORM=$platform" >> $GITHUB_ENV
8585
86-
- uses: actions/download-artifact@v4
86+
- uses: actions/download-artifact@v5
8787
with:
8888
name: patchelf-tarball
8989
path: dist
@@ -131,7 +131,7 @@ jobs:
131131
if: github.event_name == 'push' && github.repository == 'NixOS/patchelf' && startsWith(github.ref, 'refs/tags/')
132132
runs-on: ubuntu-latest
133133
steps:
134-
- uses: actions/download-artifact@v4
134+
- uses: actions/download-artifact@v5
135135
with:
136136
pattern: patchelf-*
137137
merge-multiple: true

0 commit comments

Comments
 (0)