Skip to content

Commit a5de33a

Browse files
authored
ci: Update actions/upload-pages-artifact to v3 (#1807)
1 parent 70acf34 commit a5de33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
9898
- name: Upload site artifact
9999
if: github.ref == 'refs/heads/main'
100-
uses: actions/upload-pages-artifact@v1
100+
uses: actions/upload-pages-artifact@v3
101101
with:
102102
path: "deploy"
103103

0 commit comments

Comments
 (0)