Skip to content

Commit 5ef6034

Browse files
toKrausesebhofmann
andauthored
Update to actions/cache@v4 (#1122)
* update to actions/cache@v4 * fix upload artifact action --------- Co-authored-by: Sebastian Hofmann <sebastian.hofmann@gbv.de>
1 parent f439007 commit 5ef6034

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Fetch Geckodriver cache
2727
id: geckodriver-cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v4
2929
with:
3030
path: ~/geckodriver
3131
key: ${{ env.GECKODRIVER_VERSION }}
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Fetch Bibutils cache
4141
id: bibutils-cache
42-
uses: actions/cache@v2
42+
uses: actions/cache@v4
4343
with:
4444
path: ~/bibutils
4545
key: ${{ env.BIBUTILS_VERSION }}
@@ -91,7 +91,7 @@ jobs:
9191
9292
- name: Upload logs on build failure
9393
if: failure()
94-
uses: actions/upload-artifact@v2
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: test-results
9797
path: |

0 commit comments

Comments
 (0)