Skip to content

Commit 0447134

Browse files
Bump actions/upload-artifact from 4.6.2 to 5.0.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 5.0.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db808df commit 0447134

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
echo "ref: $ref"
8282
echo "$ref" >> cleanup_cache
8383
- name: Upload cleanup-cache artifact
84-
uses: actions/upload-artifact@v4.6.2
84+
uses: actions/upload-artifact@v5.0.0
8585
with:
8686
name: cleanup_cache
8787
path: cleanup_cache

0 commit comments

Comments
 (0)