Skip to content

Commit 462eba0

Browse files
Merge pull request #228 from Workiva/SKREAMS-4507
SKREAMS-4507
2 parents d8b418b + 3fa008a commit 462eba0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
permissions:
1212
pull-requests: write
13-
contents: read
13+
contents: write
1414
id-token: write
1515

1616
jobs:
@@ -52,9 +52,9 @@ jobs:
5252
go2xunit -input ./go-test.txt -output ./artifacts/tests_go_version-${{ matrix.go }}.xml
5353
5454
- name: Upload Test Results
55-
uses: actions/upload-artifact@v2
55+
uses: actions/upload-artifact@v4
5656
with:
57-
name: go-datastructures tests
57+
name: go-datastructures test go ${{ matrix.go }}
5858
path: ./artifacts/tests_go_version-${{ matrix.go }}.xml
5959

6060
- uses: anchore/sbom-action@v0

0 commit comments

Comments
 (0)