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 d813198 commit 388fabaCopy full SHA for 388faba
.github/workflows/hosted.yml
@@ -147,7 +147,7 @@ jobs:
147
- name: Archive artifacts
148
if: always()
149
continue-on-error: true
150
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
151
with:
152
name: antlr_${{ matrix.os }}_${{ matrix.compiler }}
153
path: antlr_${{ matrix.os }}_${{ matrix.compiler }}.tgz
0 commit comments