Skip to content

Commit 88cfc5f

Browse files
Bump actions/download-artifact from 4 to 6 (#284)
1 parent 3e51ab2 commit 88cfc5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Checkout
6464
uses: actions/checkout@v5
6565
- name: Download generated site
66-
uses: actions/download-artifact@v4
66+
uses: actions/download-artifact@v6
6767
with:
6868
name: site
6969
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Checkout
6464
uses: actions/checkout@v5
6565
- name: Download generated site
66-
uses: actions/download-artifact@v4
66+
uses: actions/download-artifact@v6
6767
with:
6868
name: site
6969
path: "${{ github.workspace }}/${{ env.SITE_DIR }}"

0 commit comments

Comments
 (0)