Skip to content

Commit d966d9f

Browse files
Bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- 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 2745e24 commit d966d9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
runs-on: windows-latest
4949
steps:
5050
- uses: actions/checkout@v3
51-
- uses: actions/download-artifact@v3
51+
- uses: actions/download-artifact@v4
5252
with:
5353
name: patchelf
5454
path: dist
@@ -73,7 +73,7 @@ jobs:
7373
if: matrix.platform != 'amd64'
7474
uses: docker/setup-qemu-action@v3
7575

76-
- uses: actions/download-artifact@v3
76+
- uses: actions/download-artifact@v4
7777
with:
7878
name: patchelf
7979
path: dist
@@ -121,7 +121,7 @@ jobs:
121121
if: github.event_name == 'push' && github.repository == 'NixOS/patchelf' && startsWith(github.ref, 'refs/tags/')
122122
runs-on: ubuntu-latest
123123
steps:
124-
- uses: actions/download-artifact@v3
124+
- uses: actions/download-artifact@v4
125125
with:
126126
name: patchelf
127127
path: dist

0 commit comments

Comments
 (0)