Skip to content

Commit c9bc6d5

Browse files
chore(actions): update actions/download-artifact action to v5
1 parent 7907721 commit c9bc6d5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup Python
6868
uses: actions/setup-python@v5
6969
with:
70-
python-version: "3.13"
70+
python-version: "3.10"
7171

7272
- name: Cache pip dependencies
7373
id: cache

.github/workflows/prerelease.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup Python 3.10
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.13'
25+
python-version: '3.10'
2626

2727
- name: Install dependencies
2828
run: |
@@ -46,7 +46,7 @@ jobs:
4646
needs: package
4747

4848
steps:
49-
- uses: actions/download-artifact@v4
49+
- uses: actions/download-artifact@v5
5050
with:
5151
name: built-artifacts
5252
path: dist/
@@ -64,7 +64,7 @@ jobs:
6464
needs: package
6565

6666
steps:
67-
- uses: actions/download-artifact@v4
67+
- uses: actions/download-artifact@v5
6868
with:
6969
name: built-artifacts
7070
path: dist/

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Python 3.10
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: '3.13'
23+
python-version: '3.10'
2424

2525
- name: Cache pip
2626
id: cache
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup Python
5555
uses: actions/setup-python@v5
5656
with:
57-
python-version: "3.13"
57+
python-version: "3.10"
5858

5959
- name: Cache pip dependencies
6060
id: cache

0 commit comments

Comments
 (0)