Skip to content

Commit 8ab1a66

Browse files
dependabot[bot]Pierre-Sassoulas
authored andcommitted
Bump actions/download-artifact from 2.0.10 to 2.1.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.10 to 2.1.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2.0.10...v2.1.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7d39549 commit 8ab1a66

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
@@ -256,7 +256,7 @@ jobs:
256256
echo "Failed to restore Python venv from cache"
257257
exit 1
258258
- name: Download all coverage artifacts
259-
uses: actions/download-artifact@v2.0.10
259+
uses: actions/download-artifact@v2.1.0
260260
- name: Combine coverage results
261261
run: |
262262
. venv/bin/activate

0 commit comments

Comments
 (0)