Skip to content

Commit d9c827c

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

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@v1
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)