summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2024-04-01 12:20:20 +0200
committerHiFiPhile <[email protected]>2024-04-01 12:20:20 +0200
commit9570836cece0beb6c61f1cc97e5de25dac136394 (patch)
tree9e00948162fc43e6483f7291b708dcf85a3414dc /.github/workflows/codeql.yml
parent5c8b3d97f04443f386270eba6171af9a333855c6 (diff)
parent82dfe95655c7b7564363a2d5cb2f5e32d431b223 (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.yml2
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 }}