Upgrade actions/upload-artifact to v4
This commit is contained in:
parent
024283fcc9
commit
1c83cd1292
12 changed files with 16 additions and 16 deletions
4
.github/workflows/__zstd-bundle.yml
generated
vendored
4
.github/workflows/__zstd-bundle.yml
generated
vendored
|
|
@ -74,9 +74,9 @@ jobs:
|
|||
output: ${{ runner.temp }}/results
|
||||
upload-database: false
|
||||
- name: Upload SARIF
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: zstd-bundle.sarif
|
||||
name: ${{ matrix.os }}-zstd-bundle.sarif
|
||||
path: ${{ runner.temp }}/results/javascript.sarif
|
||||
retention-days: 7
|
||||
- name: Check diagnostic with expected tools URL appears in SARIF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue