Skip to content

Commit 2f65430

Browse files
authored
Merge pull request #194 from pytest-dev/dependabot-github_actions-main-actions-download-artifact-6
2 parents 2613380 + 5349643 commit 2f65430

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
- name: Install
305305
run: |
306306
pip install tox
307-
- uses: actions/download-artifact@v5
307+
- uses: actions/download-artifact@v6
308308
with:
309309
name: dist
310310
path: dist/
@@ -343,7 +343,7 @@ jobs:
343343
- test
344344
- linting
345345
steps:
346-
- uses: actions/download-artifact@v5
346+
- uses: actions/download-artifact@v6
347347
with:
348348
name: dist
349349
path: dist/

0 commit comments

Comments
 (0)