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

Commit c830be3

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

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
@@ -28,12 +28,12 @@ jobs:
2828
- run: npm ci
2929
- run: npm run ci
3030
- name: Archive code coverage results
31-
uses: actions/upload-artifact@v2.2.4
31+
uses: actions/upload-artifact@v2.3.0
3232
with:
3333
name: code-coverage-report
3434
path: coverage
3535
- name: Archive production artifacts
36-
uses: actions/upload-artifact@v2.2.4
36+
uses: actions/upload-artifact@v2.3.0
3737
with:
3838
name: dist
3939
path: dist

0 commit comments

Comments
 (0)