Skip to content

Commit c3eac3b

Browse files
Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- 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 da890c4 commit c3eac3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
nix-build -A 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@v2
23+
- uses: actions/upload-artifact@v3
2424
with:
2525
name: patchelf
2626
path: dist/*
@@ -75,7 +75,7 @@ jobs:
7575
./bin/patchelf --version
7676
EOF
7777
docker run -v $(pwd):/gha ${{ matrix.platform }}/debian:stable-slim sh -ec "cd /gha && sh ./check.sh"
78-
- uses: actions/upload-artifact@v2
78+
- uses: actions/upload-artifact@v3
7979
with:
8080
name: patchelf
8181
path: dist/*

0 commit comments

Comments
 (0)