30
30
build :
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@v5
34
34
with :
35
35
fetch-depth : 0
36
36
- name : Install the latest version of uv
49
49
matrix :
50
50
package : ["wheel", "sdist"]
51
51
steps :
52
- - uses : actions/download-artifact@v4
52
+ - uses : actions/download-artifact@v5
53
53
with :
54
54
name : dist
55
55
path : dist/
@@ -100,7 +100,7 @@ jobs:
100
100
DEPENDS : ${{ matrix.dependencies }}
101
101
102
102
steps :
103
- - uses : actions/checkout@v4
103
+ - uses : actions/checkout@v5
104
104
- name : Install the latest version of uv
105
105
uses : astral-sh/setup-uv@v6
106
106
- name : Set up Python ${{ matrix.python-version }}
@@ -133,7 +133,7 @@ jobs:
133
133
needs : [test, test-package]
134
134
if : github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
135
135
steps :
136
- - uses : actions/download-artifact@v4
136
+ - uses : actions/download-artifact@v5
137
137
with :
138
138
name : dist
139
139
path : dist/
@@ -150,7 +150,7 @@ jobs:
150
150
check : ['specs', 'style']
151
151
152
152
steps :
153
- - uses : actions/checkout@v4
153
+ - uses : actions/checkout@v5
154
154
- name : Install the latest version of uv
155
155
uses : astral-sh/setup-uv@v6
156
156
- name : Show tox config
0 commit comments