Skip to content

Commit adcb6ff

Browse files
authored
Merge pull request #178 from plugwise/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2 parents 1e6dc96 + c031f43 commit adcb6ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ jobs:
311311
echo "Failed to restore Python virtual environment from cache"
312312
exit 1
313313
- name: Download all coverage artifacts
314-
uses: actions/download-artifact@v2
314+
uses: actions/download-artifact@v3
315315
- name: Combine coverage results
316316
run: |
317317
. venv/bin/activate

0 commit comments

Comments
 (0)