Skip to content

Commit 672f014

Browse files
authored
Merge pull request #624 from NixOS/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents b49de1b + ffa96b8 commit 672f014

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: windows-latest
5050
steps:
5151
- uses: actions/checkout@v4
52-
- uses: actions/download-artifact@v5
52+
- uses: actions/download-artifact@v6
5353
with:
5454
name: patchelf-windows
5555
path: dist
@@ -84,7 +84,7 @@ jobs:
8484
fi
8585
echo "DOCKER_PLATFORM=$platform" >> $GITHUB_ENV
8686
87-
- uses: actions/download-artifact@v5
87+
- uses: actions/download-artifact@v6
8888
with:
8989
name: patchelf-tarball
9090
path: dist
@@ -132,7 +132,7 @@ jobs:
132132
if: github.event_name == 'push' && github.repository == 'NixOS/patchelf' && startsWith(github.ref, 'refs/tags/')
133133
runs-on: ubuntu-latest
134134
steps:
135-
- uses: actions/download-artifact@v5
135+
- uses: actions/download-artifact@v6
136136
with:
137137
pattern: patchelf-*
138138
merge-multiple: true

0 commit comments

Comments
 (0)