Skip to content

Commit 2507fc0

Browse files
authored
Update outdated actions
1 parent d92e58b commit 2507fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
container: ghcr.io/oggm/oggm:latest
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323
- name: Fix git permission check
2424
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
2525
- name: Cache
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
jupyter-book build .
4343
- name: Upload Build Artifacts
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: build-output
4747
path: _build/

0 commit comments

Comments
 (0)