Skip to content

Commit 3775a2a

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] <[email protected]>
1 parent 1c41e07 commit 3775a2a

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
@@ -125,13 +125,13 @@ jobs:
125125
cat coverage-reports/index.txt >> $GITHUB_STEP_SUMMARY
126126
if: ${{ matrix.instrumented }}
127127
- name: Upload coverage reports
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v5
129129
with:
130130
name: coverage-reports
131131
path: coverage-reports/
132132
if: ${{ matrix.instrumented }}
133133
- name: Upload installer tarball
134-
uses: actions/upload-artifact@v4
134+
uses: actions/upload-artifact@v5
135135
with:
136136
name: installer-${{matrix.os}}
137137
path: out/*

0 commit comments

Comments
 (0)