File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 - name : Run Playwright tests
4040 working-directory : extensions/ql-vscode/test/e2e
4141 run : npx playwright test
42- - uses : actions/upload-artifact@v4
42+ - uses : actions/upload-artifact@v5
4343 if : always()
4444 with :
4545 name : playwright-report
Original file line number Diff line number Diff line change 5050 cp dist/*.vsix artifacts
5151
5252 - name : Upload artifacts
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v5
5454 if : matrix.os == 'ubuntu-latest'
5555 with :
5656 name : vscode-codeql-extension
Original file line number Diff line number Diff line change @@ -60,13 +60,13 @@ jobs:
6060 echo "ref_name=$REF_NAME" >> "$GITHUB_OUTPUT"
6161
6262 - name : Upload artifacts
63- uses : actions/upload-artifact@v4
63+ uses : actions/upload-artifact@v5
6464 with :
6565 name : vscode-codeql-extension
6666 path : artifacts
6767
6868 - name : Upload source maps
69- uses : actions/upload-artifact@v4
69+ uses : actions/upload-artifact@v5
7070 with :
7171 name : vscode-codeql-sourcemaps
7272 path : dist/vscode-codeql/out/*.map
You can’t perform that action at this time.
0 commit comments