Skip to content

Commit 4297391

Browse files
authored
Merge pull request #390 from NixOS/dependabot/github_actions/actions/upload-artifact-3
Bump actions/upload-artifact from 2 to 3
2 parents 8e9aaef + c3eac3b commit 4297391

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)