Skip to content

Commit ab65153

Browse files
authored
Use correct version of upload-pages-artifact action (#1556)
1 parent 32b3008 commit ab65153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Zola build
5858
run: ./zola build
5959
- name: Upload GitHub Pages artifact
60-
uses: actions/upload-pages-artifact@v1
60+
uses: actions/upload-pages-artifact@v3
6161
with:
6262
path: public
6363

0 commit comments

Comments
 (0)