Skip to content

Commit dc0338e

Browse files
committed
Use latest major version of actions/upload-artifact
1 parent 57096fe commit dc0338e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/__ml-powered-queries.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr-checks/checks/ml-powered-queries.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
TEST_MODE: true
2626

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

0 commit comments

Comments
 (0)