You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ jobs:
25
25
- name: Test
26
26
run: go test -short -v ./... -coverpkg "github.com/prequel-dev/plz4,github.com/prequel-dev/plz4/internal/...,github.com/prequel-dev/plz4/pkg/..." -coverprofile coverage.out
27
27
- name: Upload coverage as artifact
28
-
uses: actions/upload-artifact@v3
28
+
uses: actions/upload-artifact@v4
29
29
with:
30
30
name: coverage.out
31
31
path: coverage.out
@@ -37,7 +37,7 @@ jobs:
37
37
contents: write # This grants write access to the repository, including the Wiki.
0 commit comments