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 d92e58b commit 2507fc0Copy full SHA for 2507fc0
.github/workflows/build-pages.yml
@@ -19,7 +19,7 @@ jobs:
19
container: ghcr.io/oggm/oggm:latest
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
23
- name: Fix git permission check
24
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
25
- name: Cache
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
jupyter-book build .
43
- name: Upload Build Artifacts
44
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
45
with:
46
name: build-output
47
path: _build/
0 commit comments