We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b418b commit 1ec7f10Copy full SHA for 1ec7f10
.github/workflows/tests.yaml
@@ -10,7 +10,7 @@ on:
10
11
permissions:
12
pull-requests: write
13
- contents: read
+ contents: write
14
id-token: write
15
16
jobs:
@@ -52,7 +52,7 @@ jobs:
52
go2xunit -input ./go-test.txt -output ./artifacts/tests_go_version-${{ matrix.go }}.xml
53
54
- name: Upload Test Results
55
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
56
with:
57
name: go-datastructures tests
58
path: ./artifacts/tests_go_version-${{ matrix.go }}.xml
0 commit comments