Skip to content

Commit 21892dd

Browse files
Bump actions/download-artifact from 2.1.0 to 3 (#1439)
* Bump actions/download-artifact from 2.1.0 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.1.0 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2.1.0...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]> * Update .github/workflows/ci.yaml Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pierre Sassoulas <[email protected]>
1 parent 7fef5fb commit 21892dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
echo "Failed to restore Python venv from cache"
234234
exit 1
235235
- name: Download all coverage artifacts
236-
uses: actions/download-artifact@v2.1.0
236+
uses: actions/download-artifact@v3.0.0
237237
- name: Combine coverage results
238238
run: |
239239
. venv/bin/activate

0 commit comments

Comments
 (0)