Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading