Skip to content

Commit c031f43

Browse files
Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1e6dc96 commit c031f43

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)