Skip to content

Commit 5b80830

Browse files
Merge pull request #2205 from KLayout/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents a957386 + 68fcb17 commit 5b80830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
needs: [build, make_sdist]
123123
runs-on: ubuntu-latest
124124
steps:
125-
- uses: actions/download-artifact@v5
125+
- uses: actions/download-artifact@v6
126126
with:
127127
merge-multiple: true
128128
path: dist
@@ -139,7 +139,7 @@ jobs:
139139
runs-on: ubuntu-latest
140140
if: github.event_name == 'release' && github.event.action == 'published'
141141
steps:
142-
- uses: actions/download-artifact@v5
142+
- uses: actions/download-artifact@v6
143143
with:
144144
merge-multiple: true
145145
path: dist

0 commit comments

Comments
 (0)