File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111
112112 - name : Upload crash artifacts
113113 if : failure() && steps.run.outcome == 'failure'
114- uses : actions/upload-artifact@v4
114+ uses : actions/upload-artifact@v7
115115 with :
116116 name : ${{ matrix.sanitizer }}-pr-artifacts
117117 path : ./out/artifacts
@@ -190,7 +190,7 @@ jobs:
190190
191191 - name : Upload crash artifacts
192192 if : failure() && steps.run.outcome == 'failure'
193- uses : actions/upload-artifact@v4
193+ uses : actions/upload-artifact@v7
194194 with :
195195 name : ${{ matrix.sanitizer }}-batch-artifacts
196196 path : ./out/artifacts
Original file line number Diff line number Diff line change 8989 run : twine check dist/*
9090
9191 - name : Store distributions
92- uses : actions/upload-artifact@v6
92+ uses : actions/upload-artifact@v7
9393 with :
9494 path : dist
9595
You can’t perform that action at this time.
0 commit comments