PR Checks: use v4 of upload-artifact and download-artifact

We can do this now that we have upgraded to `@actions/artifact@v2`; note that on GHES we are still using `@actions/artifact@v1`, but our PR checks are not running on GHES.
This commit is contained in:
Angela P Wen
2024-09-04 14:08:45 -07:00
parent d5ac485319
commit df0bf0415d
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ jobs:
output: ${{ runner.temp }}/results
upload-database: false
- name: Upload SARIF
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: diagnostics-export-${{ matrix.os }}-${{ matrix.version }}.sarif.json
path: ${{ runner.temp }}/results/javascript.sarif