Skip to content

Commit eca1b28

Browse files
authored
Merge pull request #14 from ls1intum/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents a9d15c8 + c09a6e5 commit eca1b28

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Test with Go
2121
run: go test ./... -json > TestResults.json
2222
- name: Upload Go test results
23-
uses: actions/upload-artifact@v5
23+
uses: actions/upload-artifact@v6
2424
with:
2525
name: Go-results
2626
path: TestResults.json

0 commit comments

Comments
 (0)