Skip to content

Commit 264c12e

Browse files
dependabot[bot]Mic92
authored andcommitted
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)
1 parent d6e9e9e commit 264c12e

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
@@ -83,7 +83,7 @@ jobs:
8383
fi
8484
echo "DOCKER_PLATFORM=$platform" >> $GITHUB_ENV
8585
86-
- uses: actions/download-artifact@v3
86+
- uses: actions/download-artifact@v4
8787
with:
8888
name: patchelf
8989
path: dist
@@ -131,7 +131,7 @@ jobs:
131131
if: github.event_name == 'push' && github.repository == 'NixOS/patchelf' && startsWith(github.ref, 'refs/tags/')
132132
runs-on: ubuntu-latest
133133
steps:
134-
- uses: actions/download-artifact@v3
134+
- uses: actions/download-artifact@v4
135135
with:
136136
name: patchelf
137137
path: dist

0 commit comments

Comments
 (0)