Skip to content

Commit 5cf9aa9

Browse files
chore(deps): bump the upload-download-artifact group with 2 updates (#255)
Bumps the upload-download-artifact group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: upload-download-artifact - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: upload-download-artifact ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7dcad23 commit 5cf9aa9

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
@@ -27,7 +27,7 @@ jobs:
2727

2828
- run: npm ci
2929

30-
- uses: actions/upload-artifact@v4
30+
- uses: actions/upload-artifact@v5
3131
with:
3232
name: code-coverage
3333
path: coverage
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- uses: actions/checkout@v5
4242

43-
- uses: actions/download-artifact@v5
43+
- uses: actions/download-artifact@v6
4444
with:
4545
name: code-coverage
4646
path: coverage

0 commit comments

Comments
 (0)