Skip to content

Commit 931e5c9

Browse files
Bump download-artifact to 4.1
1 parent 3d07694 commit 931e5c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
${{ runner.os }}-${{ steps.python.outputs.python-version }}-${{
106106
needs.tests-linux.outputs.python-key }}
107107
- name: Download all coverage artifacts
108-
uses: actions/download-artifact@v4.0.0
108+
uses: actions/download-artifact@v4.1.0
109109
- name: Combine coverage results
110110
run: |
111111
. venv/bin/activate

0 commit comments

Comments
 (0)