Skip to content

Commit 3c13d3a

Browse files
Update actions/upload-artifact action to v5 (#484)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dc3660a commit 3c13d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- run: git diff --exit-code --patch > /tmp/pre-commit.patch; git diff --color; git reset --hard || true
4343
if: failure()
4444

45-
- uses: actions/upload-artifact@v4
45+
- uses: actions/upload-artifact@v5
4646
with:
4747
name: Apply pre-commit fix.patch
4848
path: /tmp/pre-commit.patch
@@ -75,7 +75,7 @@ jobs:
7575
if: env.HAS_SECRETS == 'HAS_SECRETS'
7676
- run: git diff --exit-code --patch > /tmp/dpkg-versions.patch; git diff --color; git reset --hard || true
7777
if: failure()
78-
- uses: actions/upload-artifact@v4
78+
- uses: actions/upload-artifact@v5
7979
with:
8080
name: Update dpkg versions list.patch
8181
path: /tmp/dpkg-versions.patch

0 commit comments

Comments
 (0)