Skip to content

Commit aa1dc0d

Browse files
Update GitHub Artifact Actions (major) (#58)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 80c863f commit aa1dc0d

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/deploy-dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build with Hugo
3232
run: task build ENV=development
3333
- name: Upload the built site
34-
uses: actions/upload-artifact@v6
34+
uses: actions/upload-artifact@v7
3535
with:
3636
name: "site-built-${{ env.TARGET_REPO_NAME }}"
3737
path: public
@@ -42,7 +42,7 @@ jobs:
4242
needs: build
4343
steps:
4444
- name: Download the built site
45-
uses: actions/download-artifact@v7
45+
uses: actions/download-artifact@v8
4646
with:
4747
name: "site-built-${{ env.TARGET_REPO_NAME }}"
4848
path: public

.github/workflows/deploy-prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build with Hugo
3636
run: task build ENV=production
3737
- name: Upload the built site
38-
uses: actions/upload-artifact@v6
38+
uses: actions/upload-artifact@v7
3939
with:
4040
name: "site-built-${{ env.TARGET_REPO_NAME }}"
4141
path: public
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
submodules: recursive
5252
- name: Download the built site
53-
uses: actions/download-artifact@v7
53+
uses: actions/download-artifact@v8
5454
with:
5555
name: "site-built-${{ env.TARGET_REPO_NAME }}"
5656
path: public
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
submodules: recursive
7878
- name: Download the built site
79-
uses: actions/download-artifact@v7
79+
uses: actions/download-artifact@v8
8080
with:
8181
name: "site-built-${{ env.TARGET_REPO_NAME }}"
8282
path: public

0 commit comments

Comments
 (0)