Skip to content

Commit df4da3b

Browse files
committed
update actions
1 parent 85a937d commit df4da3b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/python-package.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v4.3.0
19+
uses: actions/setup-python@v5.1.1
2020
with:
21-
python-version: '3.x'
21+
python-version: '3.13'
2222

2323
- name: Install dependencies
2424
run: |
@@ -54,7 +54,7 @@ jobs:
5454
linux_arch: [ 'x86_64' ] #[suffix, mac, windows, linux] arch names
5555

5656
steps:
57-
- uses: actions/checkout@v3
57+
- uses: actions/checkout@v4
5858
with:
5959
fetch-depth: 0
6060

@@ -81,7 +81,7 @@ jobs:
8181
MACOSX_DEPLOYMENT_TARGET: "12"
8282

8383
- name: Upload Wheels
84-
uses: actions/upload-artifact@v3
84+
uses: actions/upload-artifact@v4
8585
with:
8686
path: ./wheelhouse/*.whl
8787

@@ -92,12 +92,12 @@ jobs:
9292
runs-on: ubuntu-latest
9393

9494
steps:
95-
- uses: actions/checkout@v3 # just need the changelog
95+
- uses: actions/checkout@v4 # just need the changelog
9696

9797
- name: Set up Python
98-
uses: actions/setup-python@v4.3.0
98+
uses: actions/setup-python@v5.1.1
9999
with:
100-
python-version: '3.x'
100+
python-version: '3.13'
101101

102102
- name: Install dependencies
103103
run: |
@@ -110,7 +110,7 @@ jobs:
110110
echo "$(yaclog show -mb)" >> RELEASE.md
111111
112112
- name: Download Artifacts
113-
uses: actions/download-artifact@v3
113+
uses: actions/download-artifact@v4
114114
with:
115115
name: artifact
116116
path: dist

0 commit comments

Comments
 (0)