Skip to content

Commit 1afe4bb

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#52)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 16c8609 commit 1afe4bb

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
@@ -65,7 +65,7 @@ jobs:
6565

6666
- name: Upload coverage reports
6767
if: matrix.node-version == 20
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v5
6969
with:
7070
name: coverage-report
7171
path: coverage/
@@ -115,7 +115,7 @@ jobs:
115115
echo "✅ All build outputs verified successfully"
116116
117117
- name: Upload build artifacts
118-
uses: actions/upload-artifact@v4
118+
uses: actions/upload-artifact@v5
119119
with:
120120
name: build-artifacts
121121
path: dist/

0 commit comments

Comments
 (0)