Skip to content
This repository was archived by the owner on Aug 19, 2022. It is now read-only.

Commit a91c98d

Browse files
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] <support@github.com>
1 parent ed69dca commit a91c98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
nox --version
127127
128128
- name: Download coverage data
129-
uses: actions/download-artifact@v2.0.10
129+
uses: actions/download-artifact@v2.1.0
130130
with:
131131
name: coverage-data
132132

0 commit comments

Comments
 (0)