File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4646 - run : pre-commit run --all-files --color=always
4747 - run : git diff --exit-code --patch > /tmp/pre-commit.patch; git diff --color; git reset --hard || true
4848 if : failure()
49- - uses : actions/upload-artifact@v6
49+ - uses : actions/upload-artifact@v7
5050 with :
5151 name : Apply pre-commit fix.patch
5252 path : /tmp/pre-commit.patch
7070 - run : c2cciutils-docker-logs
7171 if : always()
7272
73- - uses : actions/upload-artifact@v6
73+ - uses : actions/upload-artifact@v7
7474 with :
7575 name : results
7676 path : results
8686 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8787 - run : git diff --exit-code --patch > /tmp/dpkg-versions.patch; git diff --color; git reset --hard || true
8888 if : failure()
89- - uses : actions/upload-artifact@v6
89+ - uses : actions/upload-artifact@v7
9090 with :
9191 name : Update dpkg versions list.patch
9292 path : /tmp/dpkg-versions.patch
You can’t perform that action at this time.
0 commit comments