diff --git a/.github/workflows/build-frontend.yml b/.github/workflows/build-frontend.yml index 9391b53d6..248d1aac1 100644 --- a/.github/workflows/build-frontend.yml +++ b/.github/workflows/build-frontend.yml @@ -42,7 +42,7 @@ jobs: - name: Build the UI run: pnpm run --dir frontend build --base=${{ vars.BOWTIE_BASE_URL || '/bowtie' }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v5 with: name: frontend-build path: frontend/build diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 480c655c4..945cbbd92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: run: mkdir shiv/ && nox -s shiv -- shiv/bowtie && chmod +x shiv/bowtie - name: Tar files run: tar -cvf bowtie.tar dist shiv - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v5 with: name: packages path: bowtie.tar diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 247717c8e..fe2b4032a 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -49,7 +49,7 @@ jobs: run: | bowtie suite $(find implementations/ -mindepth 1 -maxdepth 1 -type d | sed 's/implementations\//-i /') https://github.com/json-schema-org/JSON-Schema-Test-Suite/tree/main/tests/${{ matrix.version }} | tee ${{ matrix.version }}.json | bowtie badges badges - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v5 with: name: report path: |