mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
codeql: Upgrade to upload-artifact@v4
This commit is contained in:
parent
f389f11669
commit
8f7bf2fd2c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
|
@ -114,7 +114,7 @@ jobs:
|
||||||
|
|
||||||
- name: Upload CodeQL results as an artifact
|
- name: Upload CodeQL results as an artifact
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: codeql-results
|
name: codeql-results
|
||||||
path: ${{ steps.step1.outputs.sarif-output }}
|
path: ${{ steps.step1.outputs.sarif-output }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue