Skip to content

Commit 11e777c

Browse files
authored
Merge pull request #9 from zstyblik/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents bb674c5 + 2802163 commit 11e777c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Test with Go
2222
run: go test -json -v ./... > TestResults-${{ matrix.go-version }}.json
2323
- name: Upload Go test results
24-
uses: actions/upload-artifact@v4
24+
uses: actions/upload-artifact@v5
2525
with:
2626
name: Go-results-${{ matrix.go-version }}
2727
path: TestResults-${{ matrix.go-version }}.json

0 commit comments

Comments
 (0)