Skip to content

Commit 476645e

Browse files
chore(deps): update actions/upload-artifact action to v7
Generated by renovateBot
1 parent a7d527a commit 476645e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
go test -coverpkg=./... -json -v -coverprofile=coverage2.out -covermode=atomic ./test/integration/... 2>&1 | tee -a /tmp/gotest.log | tparse
6464
6565
- name: Upload test log
66-
uses: actions/upload-artifact@v6
66+
uses: actions/upload-artifact@v7
6767
if: always()
6868
with:
6969
name: test-log

0 commit comments

Comments
 (0)