Skip to content

Commit 232c947

Browse files
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2745e24 commit 232c947

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
@@ -20,7 +20,7 @@ jobs:
2020
nix build -L .#hydraJobs.tarball
2121
install -D ./result/tarballs/*.tar.bz2 ./dist/patchelf-$(cat version).tar.bz2
2222
install -D ./result/tarballs/*.tar.gz ./dist/patchelf-$(cat version).tar.gz
23-
- uses: actions/upload-artifact@v3
23+
- uses: actions/upload-artifact@v4
2424
with:
2525
name: patchelf
2626
path: dist/*
@@ -37,7 +37,7 @@ jobs:
3737
nix build -L .#patchelf-win32 .#patchelf-win64
3838
install -D ./result/bin/patchelf.exe ./dist/patchelf-win32-$(cat version).exe
3939
install -D ./result-1/bin/patchelf.exe ./dist/patchelf-win64-$(cat version).exe
40-
- uses: actions/upload-artifact@v3
40+
- uses: actions/upload-artifact@v4
4141
with:
4242
name: patchelf
4343
path: dist/*
@@ -110,7 +110,7 @@ jobs:
110110
./bin/patchelf --version
111111
EOF
112112
docker run -v $(pwd):/gha ${{ matrix.platform }}/debian:unstable-slim sh -ec "cd /gha && sh ./check.sh"
113-
- uses: actions/upload-artifact@v3
113+
- uses: actions/upload-artifact@v4
114114
with:
115115
name: patchelf
116116
path: dist/*

0 commit comments

Comments
 (0)