We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4cea63 commit 90bc016Copy full SHA for 90bc016
1 file changed
.github/workflows/build_static_page.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Run Python to generate geojson
35
run: python make_maps.py
36
- name: Upload artifact
37
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-artifact@v4
38
with:
39
# Upload entire repository
40
path: 'docs/.'
0 commit comments