File tree Expand file tree Collapse file tree 7 files changed +14
-14
lines changed
Expand file tree Collapse file tree 7 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 language : python
4848 dry-run : false
4949 - name : Upload New Crash
50- uses : actions/upload-artifact@v6
50+ uses : actions/upload-artifact@v7
5151 if : failure() && steps.build.outcome == 'success'
5252 with :
5353 name : artifacts
5454 path : ./out/artifacts
5555 - name : Upload Legacy Crash
56- uses : actions/upload-artifact@v6
56+ uses : actions/upload-artifact@v7
5757 if : steps.run.outcome == 'success'
5858 with :
5959 name : crash
Original file line number Diff line number Diff line change 2626 runs-on : ubuntu-latest
2727 steps :
2828 # Drafts your next release notes as pull requests are merged into "main"
29- - uses : release-drafter/release-drafter@v6
29+ - uses : release-drafter/release-drafter@v7
3030 env :
3131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 7676
7777 - name : Set up QEMU
7878 if : " matrix.qemu-arch"
79- uses : docker/setup-qemu-action@v3
79+ uses : docker/setup-qemu-action@v4
8080 with :
8181 platforms : ${{ matrix.qemu-arch }}
8282
@@ -104,7 +104,7 @@ jobs:
104104 .ci/after_success.sh
105105
106106 - name : Upload coverage
107- uses : codecov/codecov-action@v5
107+ uses : codecov/codecov-action@v6
108108 with :
109109 flags : GHA_Docker
110110 name : ${{ matrix.docker }}
Original file line number Diff line number Diff line change 8787 .ci/test.sh
8888
8989 - name : Upload coverage
90- uses : codecov/codecov-action@v5
90+ uses : codecov/codecov-action@v6
9191 with :
9292 files : ./coverage.xml
9393 flags : GHA_Windows
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ jobs:
217217 shell : bash
218218
219219 - name : Upload errors
220- uses : actions/upload-artifact@v6
220+ uses : actions/upload-artifact@v7
221221 if : failure()
222222 with :
223223 name : errors
@@ -229,7 +229,7 @@ jobs:
229229 shell : pwsh
230230
231231 - name : Upload coverage
232- uses : codecov/codecov-action@v5
232+ uses : codecov/codecov-action@v6
233233 with :
234234 files : ./coverage.xml
235235 flags : GHA_Windows
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162162 mkdir -p Tests/errors
163163
164164 - name : Upload errors
165- uses : actions/upload-artifact@v6
165+ uses : actions/upload-artifact@v7
166166 if : failure()
167167 with :
168168 name : errors
@@ -173,7 +173,7 @@ jobs:
173173 .ci/after_success.sh
174174
175175 - name : Upload coverage
176- uses : codecov/codecov-action@v5
176+ uses : codecov/codecov-action@v6
177177 with :
178178 flags : ${{ matrix.os == 'ubuntu-latest' && 'GHA_Ubuntu' || 'GHA_macOS' }}
179179 name : ${{ matrix.os }} Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 CIBW_ENABLE : cpython-prerelease cpython-freethreading pypy
131131 MACOSX_DEPLOYMENT_TARGET : ${{ matrix.macosx_deployment_target }}
132132
133- - uses : actions/upload-artifact@v6
133+ - uses : actions/upload-artifact@v7
134134 with :
135135 name : dist-${{ matrix.name }}
136136 path : ./wheelhouse/*.whl
@@ -210,13 +210,13 @@ jobs:
210210 shell : bash
211211
212212 - name : Upload wheels
213- uses : actions/upload-artifact@v6
213+ uses : actions/upload-artifact@v7
214214 with :
215215 name : dist-windows-${{ matrix.cibw_arch }}
216216 path : ./wheelhouse/*.whl
217217
218218 - name : Upload fribidi.dll
219- uses : actions/upload-artifact@v6
219+ uses : actions/upload-artifact@v7
220220 with :
221221 name : fribidi-windows-${{ matrix.cibw_arch }}
222222 path : winbuild\build\bin\fribidi*
@@ -236,7 +236,7 @@ jobs:
236236
237237 - run : make sdist
238238
239- - uses : actions/upload-artifact@v6
239+ - uses : actions/upload-artifact@v7
240240 with :
241241 name : dist-sdist
242242 path : dist/*.tar.gz
You can’t perform that action at this time.
0 commit comments