Skip to content

Commit 8646a39

Browse files
author
Bram.Cautaerts
committed
update github actions
1 parent 2c0c007 commit 8646a39

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
@@ -21,7 +21,7 @@ jobs:
2121
run: go test -json > TestResults-${{ matrix.go-version }}.json
2222

2323
- name: Upload Go test results for ${{ matrix.go-version }}
24-
uses: actions/upload-artifact@v3
24+
uses: actions/upload-artifact@v4
2525
with:
2626
name: Go-results-${{ matrix.go-version }}
2727
path: TestResults-${{ matrix.go-version }}.json

0 commit comments

Comments
 (0)