Skip to content

Commit 415fd95

Browse files
chore(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 5e78804 commit 415fd95

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
@@ -51,7 +51,7 @@ jobs:
5151
5252
- run: make test
5353

54-
- uses: actions/upload-artifact@v4
54+
- uses: actions/upload-artifact@v5
5555
if: failure()
5656
with:
5757
name: tmp/test-results
@@ -93,7 +93,7 @@ jobs:
9393
9494
- run: make test
9595

96-
- uses: actions/upload-artifact@v4
96+
- uses: actions/upload-artifact@v5
9797
if: failure()
9898
with:
9999
name: tmp/test-results

0 commit comments

Comments
 (0)