Skip to content

Commit 1ec7f10

Browse files
Fix lack of write perms
1 parent d8b418b commit 1ec7f10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
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,7 +52,7 @@ 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:
5757
name: go-datastructures tests
5858
path: ./artifacts/tests_go_version-${{ matrix.go }}.xml

0 commit comments

Comments
 (0)