Skip to content

Commit 07e8673

Browse files
⬆ Bump actions/download-artifact from 6 to 7 (#36)
1 parent 5281783 commit 07e8673

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs-build-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Download build artifacts
56-
uses: actions/download-artifact@v6
56+
uses: actions/download-artifact@v7
5757
with:
5858
name: documentation-build
5959
path: docs_with_docusarus/build

.github/workflows/documentation.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
- name: Download docs update flag from release workflow
6060
if: github.event_name == 'workflow_run'
61-
uses: actions/download-artifact@v6
61+
uses: actions/download-artifact@v7
6262
with:
6363
name: release-docs-flag
6464
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -108,7 +108,7 @@ jobs:
108108
needs: [check_docs_changes, build_documentation]
109109
steps:
110110
- name: Download build artifacts
111-
uses: actions/download-artifact@v6
111+
uses: actions/download-artifact@v7
112112
with:
113113
name: documentation-build
114114
path: ./docs_with_docusarus/build

0 commit comments

Comments
 (0)