Skip to content

Commit ff178aa

Browse files
Bump actions/download-artifact from 2 to 3 (Gallopsled#2247)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8c8e49c commit ff178aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
with:
202202
fetch-depth: 20
203203

204-
- uses: actions/download-artifact@v2
204+
- uses: actions/download-artifact@v3
205205
with:
206206
name: coverage
207207
path: .
@@ -243,7 +243,7 @@ jobs:
243243
needs: test
244244
steps:
245245
- name: Download artifacts
246-
uses: actions/download-artifact@v2
246+
uses: actions/download-artifact@v3
247247
with:
248248
name: packages
249249
path: dist

0 commit comments

Comments
 (0)