Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 5f68964

Browse files
Bump actions/upload-artifact from 2.3.0 to 3.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.0 to 3.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2.3.0...v3.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c2e99e commit 5f68964

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
@@ -32,12 +32,12 @@ jobs:
3232
- run: npm run audit-licenses
3333
- run: npm run build
3434
- name: Archive code coverage results
35-
uses: actions/upload-artifact@v2.3.0
35+
uses: actions/upload-artifact@v3.0.0
3636
with:
3737
name: code-coverage-report
3838
path: coverage
3939
- name: Archive production artifacts
40-
uses: actions/upload-artifact@v2.3.0
40+
uses: actions/upload-artifact@v3.0.0
4141
with:
4242
name: dist
4343
path: dist

0 commit comments

Comments
 (0)