We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 005eaf0 + e014827 commit 2320e36Copy full SHA for 2320e36
1 file changed
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
lake exe graph ./import_graph.html
75
76
- name: Upload lean artifacts
77
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
78
with:
79
name: lean-artifacts
80
path: |
@@ -133,7 +133,7 @@ jobs:
133
- uses: pandoc/actions/setup@v1
134
135
- name: Download lean artifacts
136
- uses: actions/download-artifact@v7
+ uses: actions/download-artifact@v8
137
138
139
- name: Copy from artifacts to pages
0 commit comments