Skip to content

Commit 72470ac

Browse files
Update actions/upload-artifact action to v7 (#3353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ff7dcb commit 72470ac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
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
@@ -70,7 +70,7 @@ jobs:
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
@@ -86,7 +86,7 @@ jobs:
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

0 commit comments

Comments
 (0)