Skip to content

Commit eb0a564

Browse files
authored
Merge pull request #13 from becheran/dependabot/github_actions/actions/upload-artifact-6
build(deps): bump actions/upload-artifact from 4 to 6
2 parents 80b8fe1 + 7896966 commit eb0a564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Test
4747
run: go test ./... -json > report.json
4848
- name: Upload test results
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v6
5050
with:
5151
name: test-results
5252
path: report.json

0 commit comments

Comments
 (0)