Skip to content

Commit 96cd301

Browse files
authored
Fix action version
Signed-off-by: Carl <[email protected]>
1 parent 46f3ecf commit 96cd301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: |
6868
rsync -av icons public/
6969
70-
- uses: actions/upload-pages-artifact@v4
70+
- uses: actions/upload-pages-artifact@v3
7171
with:
7272
path: public/
7373

0 commit comments

Comments
 (0)