Skip to content

Commit 0403d4a

Browse files
authored
Merge pull request #190 from pytest-dev/dependabot-github_actions-main-actions-download-artifact-5
2 parents ed7f494 + 08e3664 commit 0403d4a

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@v4
307+
- uses: actions/download-artifact@v5
308308
with:
309309
name: dist
310310
path: dist/
@@ -343,7 +343,7 @@ jobs:
343343
- test
344344
- linting
345345
steps:
346-
- uses: actions/download-artifact@v4
346+
- uses: actions/download-artifact@v5
347347
with:
348348
name: dist
349349
path: dist/

0 commit comments

Comments
 (0)