Skip to content

Commit b4ac1a1

Browse files
dependabot[bot]syphar
authored andcommitted
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 975968c commit b4ac1a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
-executable -type f \
9797
-exec cp {} ./test-binaries/ \;
9898
99-
- uses: actions/upload-artifact@v3
99+
- uses: actions/upload-artifact@v4
100100
name: set up test binaries to cache
101101
with:
102102
name: test-binaries-${{ github.sha }}

0 commit comments

Comments
 (0)