Skip to content

Commit cd1edb1

Browse files
authored
Merge pull request #74 from uyuni-project/dependabot/github_actions/actions/upload-artifact-6.0.0
2 parents ed33908 + d78974d commit cd1edb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: go test -v ./...
4343

4444
- name: Upload binaries
45-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 #v5.0.0
45+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f #v6.0.0
4646
with:
4747
name: binaries
4848
path: ./bin/*

0 commit comments

Comments
 (0)