1515 python-version : [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ]
1616 name : Pre-commit python ${{ matrix.python-version }}
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 100
2121 - uses : actions/setup-python@v6
8787 - name : Print licences report
8888 if : ${{ always() }}
8989 run : echo "${{ steps.license_check_print_report.outputs.report }}"
90- - uses : actions/upload-artifact@v4
90+ - uses : actions/upload-artifact@v5
9191 with :
9292 name : constraints-artifacts-${{ matrix.python-version }}
9393 retention-days : 2
@@ -100,7 +100,7 @@ jobs:
100100 python-version : [ "3.7" ]
101101 name : Pre-commit python ${{ matrix.python-version }}
102102 steps :
103- - uses : actions/checkout@v5
103+ - uses : actions/checkout@v6
104104 with :
105105 fetch-depth : 100
106106 - uses : actions/setup-python@v6
@@ -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@v4
174+ - uses : actions/upload-artifact@v5
175175 with :
176176 name : constraints-artifacts-${{ matrix.python-version }}
177177 retention-days : 2
@@ -188,8 +188,8 @@ jobs:
188188 - name : Get analysis timestamp
189189 id : timestamp
190190 run : echo "timestamp=$(date -Is)" >> "$GITHUB_OUTPUT"
191- - uses : actions/checkout@v5
192- - uses : actions/download-artifact@v5
191+ - uses : actions/checkout@v6
192+ - uses : actions/download-artifact@v6
193193 id : download
194194 with :
195195 pattern : constraints-artifacts-*
0 commit comments