Skip to content

Commit 78b7723

Browse files
build(deps): bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8b8d03c commit 78b7723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: codecov/codecov-action@v5
6565
if: always()
6666
- name: Upload Report
67-
uses: actions/upload-artifact@v4
67+
uses: actions/upload-artifact@v5
6868
if: always()
6969
with:
7070
name: unit-test-results
@@ -85,7 +85,7 @@ jobs:
8585
- name: Build
8686
run: npm run build
8787
- name: Upload Build Artifact
88-
uses: actions/upload-artifact@v4
88+
uses: actions/upload-artifact@v5
8989
with:
9090
name: bundle
9191
path: lit-redux-router.min.*

0 commit comments

Comments
 (0)