Skip to content

Commit

Permalink
Merge pull request #228 from Workiva/SKREAMS-4507
Browse files Browse the repository at this point in the history
SKREAMS-4507
  • Loading branch information
simeonsteward-wk authored Mar 22, 2024
2 parents d8b418b + 3fa008a commit 462eba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

permissions:
pull-requests: write
contents: read
contents: write
id-token: write

jobs:
Expand Down Expand Up @@ -52,9 +52,9 @@ jobs:
go2xunit -input ./go-test.txt -output ./artifacts/tests_go_version-${{ matrix.go }}.xml
- name: Upload Test Results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: go-datastructures tests
name: go-datastructures test go ${{ matrix.go }}
path: ./artifacts/tests_go_version-${{ matrix.go }}.xml

- uses: anchore/sbom-action@v0
Expand Down

0 comments on commit 462eba0

Please sign in to comment.