We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6137a4a commit 13c9351Copy full SHA for 13c9351
.github/workflows/pr-validation.yml
@@ -20,7 +20,7 @@ jobs:
20
run: dotnet build dirs.proj
21
- name: Archive antlr log for troubleshooting
22
if: ${{ failure() && matrix.os == 'ubuntu-latest' }}
23
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
24
with:
25
name: antlr-log
26
path: SqlScriptDom/NUL
0 commit comments