Skip to content

Commit b4f3e17

Browse files
chore(deps): update actions/download-artifact action to v5
1 parent 3b2e676 commit b4f3e17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-process.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
if: ${{ github.ref != 'refs/heads/master'}}
9494
steps:
9595
- name: Download site artifacts
96-
uses: actions/download-artifact@v4
96+
uses: actions/download-artifact@v5
9797
with:
9898
name: siteArtifact
9999
- name: unzip site contents
@@ -140,7 +140,7 @@ jobs:
140140
if: ${{ github.ref == 'refs/heads/master'}}
141141
steps:
142142
- name: Download site artifacts
143-
uses: actions/download-artifact@v4
143+
uses: actions/download-artifact@v5
144144
with:
145145
name: siteArtifact
146146
- name: unzip site contents

0 commit comments

Comments
 (0)