Skip to content

Commit c6a754d

Browse files
dependabot[bot]michaelosthege
authored andcommitted
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 63f8d6e commit c6a754d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ jobs:
230230
python -m pip install -U coverage>=5.1 coveralls
231231
232232
- name: Download coverage file
233-
uses: actions/download-artifact@v2
233+
uses: actions/download-artifact@v3
234234
with:
235235
name: coverage
236236
path: coverage

0 commit comments

Comments
 (0)