diff options
| author | HiFiPhile <[email protected]> | 2024-04-01 12:20:20 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-04-01 12:20:20 +0200 |
| commit | 9570836cece0beb6c61f1cc97e5de25dac136394 (patch) | |
| tree | 9e00948162fc43e6483f7291b708dcf85a3414dc /.github/workflows/codeql.yml | |
| parent | 5c8b3d97f04443f386270eba6171af9a333855c6 (diff) | |
| parent | 82dfe95655c7b7564363a2d5cb2f5e32d431b223 (diff) | |
Merge branch 'master' of https://github.com/hathach/tinyusb into vendor_fifo
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3d51fc5b7..1f7b60b9c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -130,7 +130,7 @@ jobs: category: "/language:${{matrix.language}}" - name: Archive CodeQL results - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: codeql-results path: ${{ steps.step1.outputs.sarif-output }} |
