Skip to content

Commit 6e3f82d

Browse files
authored
Merge pull request #383 from dmunozv04/dependabot/github_actions/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents e0bba12 + fa41363 commit 6e3f82d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
hatch --version
142142
143143
- name: Get artifact
144-
uses: actions/download-artifact@v5
144+
uses: actions/download-artifact@v6
145145
with:
146146
name: sdist-and-wheel
147147
path: ${{ github.workspace }}/dist
@@ -181,7 +181,7 @@ jobs:
181181
runs-on: ubuntu-latest
182182
steps:
183183
- name: Get artifact
184-
uses: actions/download-artifact@v5
184+
uses: actions/download-artifact@v6
185185
with:
186186
name: sdist-and-wheel
187187
path: dist
@@ -200,7 +200,7 @@ jobs:
200200
if: github.event_name == 'release' && github.event.action == 'published'
201201
runs-on: ubuntu-latest
202202
steps:
203-
- uses: actions/download-artifact@v5
203+
- uses: actions/download-artifact@v6
204204
name: Get artifact
205205
with:
206206
path: dist

0 commit comments

Comments
 (0)