File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 fi
7070 cat audit-report-${{ matrix.python-version }}.md >> "$GITHUB_STEP_SUMMARY"
7171 fi
72- - uses : actions/upload-artifact@v6
72+ - uses : actions/upload-artifact@v7
7373 with :
7474 name : audit-${{ matrix.python-version }}
7575 retention-days : 2
8989 id : timestamp
9090 run : echo "timestamp=$(date -Is)" >> "$GITHUB_OUTPUT"
9191 - uses : actions/checkout@v6
92- - uses : actions/download-artifact@v7
92+ - uses : actions/download-artifact@v8
9393 id : download
9494 with :
9595 pattern : audit-*
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 - name : Print licences report
110110 if : ${{ always() }}
111111 run : echo "${{ steps.license_check_print_report.outputs.report }}"
112- - uses : actions/upload-artifact@v6
112+ - uses : actions/upload-artifact@v7
113113 with :
114114 name : pre-commit-${{ matrix.python-version }}
115115 retention-days : 2
@@ -127,7 +127,7 @@ jobs:
127127 id : timestamp
128128 run : echo "timestamp=$(date -Is)" >> "$GITHUB_OUTPUT"
129129 - uses : actions/checkout@v6
130- - uses : actions/download-artifact@v7
130+ - uses : actions/download-artifact@v8
131131 id : download
132132 with :
133133 pattern : pre-commit-*
Original file line number Diff line number Diff line change 77dist /
88__pycache__ /
99* .pyc
10+ .coverage
You can’t perform that action at this time.
0 commit comments