Skip to content

Commit 793bf6a

Browse files
chore(deps): update actions/upload-artifact action to v7
1 parent 289802b commit 793bf6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: metal-toolbox/ci-toolbox/actions/setup-go@v0.0.1
4545
- name: build
4646
run: go build -buildvcs=false -mod=mod -a -o bin/${{ env.APP_NAME }}
47-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
47+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
4848
with:
4949
name: ${{ env.APP_NAME }}-bin
5050
path: bin/${{ env.APP_NAME }}

0 commit comments

Comments
 (0)