File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120
121121 - name : Upload failed test output
122122 if : failure()
123- uses : actions/upload-artifact@v4
123+ uses : actions/upload-artifact@v5
124124 with :
125125 name : failed-${{ matrix.os }}-${{ matrix.compiler }}-${{ matrix.version }}
126126 path : ./autotest/.failed
Original file line number Diff line number Diff line change 4949
5050 - name : Upload failed test output
5151 if : failure()
52- uses : actions/upload-artifact@v4
52+ uses : actions/upload-artifact@v5
5353 with :
5454 name : failed-requests
5555 path : ./autotest/.failed
Original file line number Diff line number Diff line change 4747 command : make-code-json
4848
4949 - name : Upload code.md
50- uses : actions/upload-artifact@v4
50+ uses : actions/upload-artifact@v5
5151 with :
5252 name : code.md
5353 path : code.md
@@ -173,7 +173,7 @@ jobs:
173173 run : twine check --strict dist/*
174174
175175 - name : Upload package
176- uses : actions/upload-artifact@v4
176+ uses : actions/upload-artifact@v5
177177 with :
178178 name : dist
179179 path : dist
You can’t perform that action at this time.
0 commit comments