Skip to content

Commit 6328e69

Browse files
Merge pull request #13 from BTreeMap/dependabot/github_actions/actions/download-artifact-8
chore: bump actions/download-artifact from 7 to 8
2 parents 39d95a6 + 65fafd0 commit 6328e69

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-overleaf-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
runs-on: ubuntu-latest
183183
steps:
184184
- name: Download digests
185-
uses: actions/download-artifact@v7
185+
uses: actions/download-artifact@v8
186186
with:
187187
path: /tmp/digests
188188
pattern: digests-base-*

.github/workflows/build-overleaf-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ jobs:
247247
runs-on: ubuntu-latest
248248
steps:
249249
- name: Download digests
250-
uses: actions/download-artifact@v7
250+
uses: actions/download-artifact@v8
251251
continue-on-error: true
252252
with:
253253
path: /tmp/digests

.github/workflows/build-overleaf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ jobs:
286286
runs-on: ubuntu-latest
287287
steps:
288288
- name: Download digests
289-
uses: actions/download-artifact@v7
289+
uses: actions/download-artifact@v8
290290
with:
291291
path: /tmp/digests
292292
pattern: digests-edge-*

0 commit comments

Comments
 (0)