diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index d5262a4b..909c2fd7 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -67,7 +67,7 @@ jobs: - name: Create plots run: ./tests/benchmark/plot.py - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: path: | tests/benchmark/output/benchmark.dat diff --git a/.github/workflows/conformance.yml b/.github/workflows/conformance.yml index 9ffe8a41..93a99bc7 100644 --- a/.github/workflows/conformance.yml +++ b/.github/workflows/conformance.yml @@ -47,7 +47,7 @@ jobs: run: docker compose run conformance_test - name: Archive production artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: emailable-report path: | diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 1f6012a0..09b29018 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -42,7 +42,7 @@ jobs: - name: Build documentation run: mkdocs build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 if: ${{ github.event_name == 'pull_request' }} with: name: Django-OAPIF-documentation