File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -566,7 +566,7 @@ jobs:
566566 rm -rf build dist
567567
568568 - name : Upload Failure Logs
569- uses : actions/upload-artifact@v7.0.0
569+ uses : actions/upload-artifact@v7.0.1
570570 if : failure()
571571 with :
572572 name : build-failure-logs-${{ inputs.runner-os }}-${{ inputs.framework }}-${{ inputs.python-version }}-${{ inputs.target-platform }}-${{ inputs.target-format }}
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137137 pprint(toml.load(pyproject_toml))
138138
139139 - name : Upload Failure Logs
140- uses : actions/upload-artifact@v7.0.0
140+ uses : actions/upload-artifact@v7.0.1
141141 if : failure()
142142 with :
143143 name : build-failure-logs-${{ inputs.runner-os }}-${{ inputs.framework }}-${{ inputs.python-version }}
You can’t perform that action at this time.
0 commit comments