Skip to content

Commit

Permalink
Use latest major version of actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
henrymercer committed Mar 31, 2022
1 parent 57096fe commit dc0338e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/__ml-powered-queries.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pr-checks/checks/ml-powered-queries.yml
Expand Up @@ -25,7 +25,7 @@ steps:
TEST_MODE: true

- name: Upload SARIF
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ml-powered-queries-${{ matrix.os }}-${{ matrix.version }}.sarif.json
path: "${{ runner.temp }}/results/javascript.sarif"
Expand Down

0 comments on commit dc0338e

Please sign in to comment.