Skip to content

Commit 296bd46

Browse files
authored
Merge pull request #625 from NixOS/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents 672f014 + 3a088d0 commit 296bd46

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
@@ -21,7 +21,7 @@ jobs:
2121
nix build -L .#hydraJobs.tarball
2222
install -D ./result/tarballs/*.tar.bz2 ./dist/patchelf-$(cat version).tar.bz2
2323
install -D ./result/tarballs/*.tar.gz ./dist/patchelf-$(cat version).tar.gz
24-
- uses: actions/upload-artifact@v4
24+
- uses: actions/upload-artifact@v5
2525
with:
2626
name: patchelf-tarball
2727
path: dist/*
@@ -38,7 +38,7 @@ jobs:
3838
nix build -L .#patchelf-win32 .#patchelf-win64
3939
install -D ./result/bin/patchelf.exe ./dist/patchelf-win32-$(cat version).exe
4040
install -D ./result-1/bin/patchelf.exe ./dist/patchelf-win64-$(cat version).exe
41-
- uses: actions/upload-artifact@v4
41+
- uses: actions/upload-artifact@v5
4242
with:
4343
name: patchelf-windows
4444
path: dist/*
@@ -121,7 +121,7 @@ jobs:
121121
./bin/patchelf --version
122122
EOF
123123
docker run --platform "$DOCKER_PLATFORM" -v $(pwd):/gha ${{ matrix.platform }}/debian:unstable-slim sh -ec "cd /gha && sh ./check.sh"
124-
- uses: actions/upload-artifact@v4
124+
- uses: actions/upload-artifact@v5
125125
with:
126126
name: patchelf-${{ matrix.platform }}
127127
path: dist/*

0 commit comments

Comments
 (0)