summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorRay <[email protected]>2024-02-13 16:15:18 +0100
committerRay <[email protected]>2024-02-13 16:15:18 +0100
commitdc7f81a7b0cbc666812c870841313e0c15a87a0c (patch)
tree9b930caf3fe0615cf6ef47f8bc72e0acbf734f61 /.github/workflows/codeql.yml
parentabe243d46972ab8a2956bac9020dac9cc9e3f345 (diff)
downloadraylib-dc7f81a7b0cbc666812c870841313e0c15a87a0c.tar.gz
raylib-dc7f81a7b0cbc666812c870841313e0c15a87a0c.zip
Update workflows to use latest actions/upload-artifact
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 f9932079..8077aaed 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -128,7 +128,7 @@ jobs:
- name: Upload CodeQL results as an artifact
if: success() || failure()
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: codeql-results
path: ${{ steps.step1.outputs.sarif-output }}