File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130
130
fail-fast : false
131
131
matrix :
132
132
platform :
133
- - runner : macos-12
133
+ - runner : macos-13
134
134
target : x86_64
135
135
- runner : macos-14
136
136
target : aarch64
@@ -183,7 +183,7 @@ jobs:
183
183
path : dist
184
184
merge-multiple : true
185
185
- name : Publish to PyPI
186
- uses : pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
186
+ uses : pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc
187
187
with :
188
188
attestations : true
189
189
skip-existing : true
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ jobs:
216
216
rm coverage.json
217
217
just lcov
218
218
219
- - uses : codecov/codecov-action@v4
219
+ - uses : codecov/codecov-action@v5
220
220
with :
221
221
token : ${{secrets.CODECOV_TOKEN}}
222
222
files : lcov.info
You can’t perform that action at this time.
0 commit comments