File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6464 fi
6565 cat audit-report-${{ matrix.python-version }}.md >> "$GITHUB_STEP_SUMMARY"
6666 fi
67- - uses : actions/upload-artifact@v6
67+ - uses : actions/upload-artifact@v7
6868 with :
6969 name : audit-${{ matrix.python-version }}
7070 retention-days : 2
8484 id : timestamp
8585 run : echo "timestamp=$(date -Is)" >> "$GITHUB_OUTPUT"
8686 - uses : actions/checkout@v6
87- - uses : actions/download-artifact@v7
87+ - uses : actions/download-artifact@v8
8888 id : download
8989 with :
9090 pattern : audit-*
Original file line number Diff line number Diff line change 8787 - name : Print licences report
8888 if : ${{ always() }}
8989 run : echo "${{ steps.license_check_print_report.outputs.report }}"
90- - uses : actions/upload-artifact@v6
90+ - uses : actions/upload-artifact@v7
9191 with :
9292 name : constraints-artifacts-${{ matrix.python-version }}
9393 retention-days : 2
@@ -171,7 +171,7 @@ jobs:
171171 - name : Print licences report
172172 if : ${{ always() }}
173173 run : echo "${{ steps.license_check_print_report.outputs.report }}"
174- - uses : actions/upload-artifact@v6
174+ - uses : actions/upload-artifact@v7
175175 with :
176176 name : constraints-artifacts-${{ matrix.python-version }}
177177 retention-days : 2
@@ -189,7 +189,7 @@ jobs:
189189 id : timestamp
190190 run : echo "timestamp=$(date -Is)" >> "$GITHUB_OUTPUT"
191191 - uses : actions/checkout@v6
192- - uses : actions/download-artifact@v7
192+ - uses : actions/download-artifact@v8
193193 id : download
194194 with :
195195 pattern : constraints-artifacts-*
You can’t perform that action at this time.
0 commit comments