Skip to content

Commit ef60a07

Browse files
chore(deps): update github artifact actions
1 parent b78efbb commit ef60a07

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy-pr-preview.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
--baseURL https://${REPO_OWNER}.github.io/${REPO_NAME}/pr-preview/pr-${{ env.PR_NUMBER }}/custom/
5454
5555
- name: Upload custom artifact
56-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
56+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
5757
with:
5858
name: hugo-custom
5959
path: custom
@@ -89,7 +89,7 @@ jobs:
8989
--baseURL https://${REPO_OWNER}.github.io/${REPO_NAME}/pr-preview/pr-${{ env.PR_NUMBER }}/latest/
9090
9191
- name: Upload latest artifact
92-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
92+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
9393
with:
9494
name: hugo-latest
9595
path: latest
@@ -113,13 +113,13 @@ jobs:
113113
run: |
114114
mkdir -p ${{ env.DEPLOY_PATH }}
115115
116-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
116+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
117117
if: github.event.action != 'closed'
118118
with:
119119
name: hugo-custom
120120
path: ${{ env.DEPLOY_PATH }}/custom
121121

122-
- uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
122+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
123123
if: github.event.action != 'closed'
124124
with:
125125
name: hugo-latest

0 commit comments

Comments
 (0)