Upgrade actions/upload-artifact to v4
This commit is contained in:
parent
024283fcc9
commit
1c83cd1292
12 changed files with 16 additions and 16 deletions
2
.github/workflows/__diagnostics-export.yml
generated
vendored
2
.github/workflows/__diagnostics-export.yml
generated
vendored
|
|
@ -82,7 +82,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue