Skip to content

Commit 39dcb08

Browse files
authored
Merge pull request #56 from hyp3rd/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 5 to 6
2 parents 832986a + 91d2627 commit 39dcb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Test (race + coverage)
3838
run: RUN_INTEGRATION_TEST=yes go test -race -coverprofile=coverage.out ./...
3939
- name: Upload coverage artifact
40-
uses: actions/upload-artifact@v5
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: coverage
4343
path: coverage.out

0 commit comments

Comments
 (0)