Skip to content

Commit ba91cc0

Browse files
committed
Fail forward to download v4 in case it fixes break caused by upload v4
1 parent 0225f66 commit ba91cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
steps:
122122
- uses: actions/checkout@v4 # not needed for the code, but needed for the git config
123123
- name: Download Built site
124-
uses: actions/download-artifact@v3
124+
uses: actions/download-artifact@v4
125125
with:
126126
name: site
127127
path: site

0 commit comments

Comments
 (0)