Skip to content

Commit 71ee6e2

Browse files
ci(deps): bump actions/upload-artifact from 4 to 5 (#21)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ccb06ee commit 71ee6e2

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
@@ -77,7 +77,7 @@ jobs:
7777

7878
- name: Upload coverage artifacts
7979
if: matrix.os == 'ubuntu-latest' && matrix.node-version == '20'
80-
uses: actions/upload-artifact@v4
80+
uses: actions/upload-artifact@v5
8181
with:
8282
name: coverage-report
8383
path: coverage/
@@ -132,7 +132,7 @@ jobs:
132132
[ -f dist/index.d.ts ] || exit 1
133133
134134
- name: Upload build artifacts
135-
uses: actions/upload-artifact@v4
135+
uses: actions/upload-artifact@v5
136136
with:
137137
name: build-artifacts
138138
path: dist/

0 commit comments

Comments
 (0)