Skip to content

Commit ae9412e

Browse files
authored
Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-5
2 parents a0203a9 + a646a05 commit ae9412e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: python -m pip install --upgrade coverage[toml]
6060

6161
- name: Download data
62-
uses: actions/download-artifact@v5
62+
uses: actions/download-artifact@v6
6363
with:
6464
path: ${{ github.workspace }}
6565
pattern: coverage-data-*

0 commit comments

Comments
 (0)