Skip to content
Merged
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-impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
run: |
mkdir benchmarks
- name: Fetch benchmark files
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
merge-multiple: true
path: benchmarks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doc-build-impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
page-url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Download documentation artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
path: site
merge-multiple: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ jobs:
run: |
mkdir benchmarks
- name: Load benchmark data
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
merge-multiple: true
path: benchmarks
Expand Down Expand Up @@ -588,7 +588,7 @@ jobs:
run: mkdir release-artifacts

- name: Download release artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
path: release-artifacts

Expand Down Expand Up @@ -723,7 +723,7 @@ jobs:
uses: hpcflow/github-support/configure-git@0.3

- name: Download documentation artifact
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: docs_html
path: docs/${{ needs.bump-version.outputs.new_tag }}
Expand Down