diff --git a/.github/workflows/hosted.yml b/.github/workflows/hosted.yml index f0ef39a55a..16bef68df7 100644 --- a/.github/workflows/hosted.yml +++ b/.github/workflows/hosted.yml @@ -336,7 +336,7 @@ jobs: - name: Archive artifacts if: always() continue-on-error: true - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: antlr_${{ matrix.os }}_${{ matrix.target }} path: antlr_${{ matrix.os }}_${{ matrix.target }}.tgz