Skip to content

Commit 8e9aaef

Browse files
authored
Merge pull request #388 from NixOS/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2 parents 8f2b8c3 + d9c827c commit 8e9aaef

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
@@ -38,7 +38,7 @@ jobs:
3838
if: matrix.platform != 'amd64'
3939
uses: docker/setup-qemu-action@v2
4040

41-
- uses: actions/download-artifact@v2
41+
- uses: actions/download-artifact@v3
4242
with:
4343
name: patchelf
4444
path: dist
@@ -86,7 +86,7 @@ jobs:
8686
if: github.event_name == 'push' && github.repository == 'NixOS/patchelf' && startsWith(github.ref, 'refs/tags/')
8787
runs-on: ubuntu-latest
8888
steps:
89-
- uses: actions/download-artifact@v2
89+
- uses: actions/download-artifact@v3
9090
with:
9191
name: patchelf
9292
path: dist

0 commit comments

Comments
 (0)