We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1f083f commit 57af4e0Copy full SHA for 57af4e0
1 file changed
.github/workflows/quarto-pages.yml
@@ -76,8 +76,9 @@ jobs:
76
#
77
78
# UPLOAD CONTENTS OF DOCS/_BUILD
79
+ # bump version. see: https://github.com/orgs/community/discussions/152695
80
- name: Upload artifact
- uses: actions/upload-pages-artifact@v2
81
+ uses: actions/upload-pages-artifact@v3
82
with:
83
path: "docs/_build"
84
0 commit comments