We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc3660a commit 3c13d3aCopy full SHA for 3c13d3a
.github/workflows/main.yaml
@@ -42,7 +42,7 @@ jobs:
42
- run: git diff --exit-code --patch > /tmp/pre-commit.patch; git diff --color; git reset --hard || true
43
if: failure()
44
45
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
46
with:
47
name: Apply pre-commit fix.patch
48
path: /tmp/pre-commit.patch
@@ -75,7 +75,7 @@ jobs:
75
if: env.HAS_SECRETS == 'HAS_SECRETS'
76
- run: git diff --exit-code --patch > /tmp/dpkg-versions.patch; git diff --color; git reset --hard || true
77
78
79
80
name: Update dpkg versions list.patch
81
path: /tmp/dpkg-versions.patch
0 commit comments