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 1389fa7 commit 4ed7463Copy full SHA for 4ed7463
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
Write-Output "There were $($errors.Count) errors and $($warnings.Count) warnings total."
28
}
29
- name: Upload test results
30
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
31
with:
32
name: pssa-results
33
path: ${{ github.workspace }}/pssa.json
0 commit comments