Skip to content

Commit 4ed7463

Browse files
committed
update pipeline due to deprecation
1 parent 1389fa7 commit 4ed7463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
Write-Output "There were $($errors.Count) errors and $($warnings.Count) warnings total."
2828
}
2929
- name: Upload test results
30-
uses: actions/upload-artifact@v2
30+
uses: actions/upload-artifact@v4
3131
with:
3232
name: pssa-results
3333
path: ${{ github.workspace }}/pssa.json

0 commit comments

Comments
 (0)