Skip to content

Commit 12988d8

Browse files
committed
Bump download to v8
1 parent 41c2f2c commit 12988d8

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

cpp/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions-ext/python/setup@main
2121

2222
- name: Download dist from build
23-
uses: actions/download-artifact@v7
23+
uses: actions/download-artifact@v8
2424
with:
2525
pattern: dist-ubuntu-latest-{{python_version_primary}}
2626
merge-multiple: true

cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions-ext/python/setup@main
2121

2222
- name: Download dist from build
23-
uses: actions/download-artifact@v7
23+
uses: actions/download-artifact@v8
2424
with:
2525
pattern: dist-ubuntu-latest-{{python_version_primary}}
2626
merge-multiple: true

js/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions-ext/python/setup@main
2121

2222
- name: Download dist from build
23-
uses: actions/download-artifact@v7
23+
uses: actions/download-artifact@v8
2424
with:
2525
pattern: dist-ubuntu-latest*
2626
merge-multiple: true

jupyter/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions-ext/python/setup@main
2121

2222
- name: Download dist from build
23-
uses: actions/download-artifact@v7
23+
uses: actions/download-artifact@v8
2424
with:
2525
pattern: dist-ubuntu-latest*
2626
merge-multiple: true

python/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions-ext/python/setup@main
2121

2222
- name: Download dist from build
23-
uses: actions/download-artifact@v7
23+
uses: actions/download-artifact@v8
2424
with:
2525
pattern: dist-ubuntu-latest*
2626
merge-multiple: true

rust/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions-ext/python/setup@main
2121

2222
- name: Download dist from build
23-
uses: actions/download-artifact@v7
23+
uses: actions/download-artifact@v8
2424
with:
2525
pattern: dist-ubuntu-latest*
2626
merge-multiple: true

rustjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions-ext/python/setup@main
2121

2222
- name: Download dist from build
23-
uses: actions/download-artifact@v7
23+
uses: actions/download-artifact@v8
2424
with:
2525
pattern: dist-ubuntu-latest*
2626
merge-multiple: true

0 commit comments

Comments
 (0)