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.
1 parent f50ed31 commit 87feb12Copy full SHA for 87feb12
1 file changed
.github/workflows/cache.yml
@@ -52,7 +52,7 @@ jobs:
52
run: |
53
jb build lectures --path-output ./ -W --keep-going
54
- name: Upload "_build" folder (cache)
55
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
56
with:
57
name: build-cache
58
path: _build
0 commit comments