Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: git diff --exit-code --patch > /tmp/pre-commit.patch; git diff --color; git reset --hard || true
if: failure()

- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: Apply pre-commit fix.patch
path: /tmp/pre-commit.patch
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
if: env.HAS_SECRETS == 'HAS_SECRETS'
- run: git diff --exit-code --patch > /tmp/dpkg-versions.patch; git diff --color; git reset --hard || true
if: failure()
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
with:
name: Update dpkg versions list.patch
path: /tmp/dpkg-versions.patch
Expand Down
Loading