From dab93b0bf5c7ee12ca1d18d33fcd36b822010ea3 Mon Sep 17 00:00:00 2001 From: oliver Date: Wed, 8 Jan 2025 17:33:37 +0000 Subject: [PATCH] revert 11923acb66a66d6da58579fb1f0ae6dd9a3583b7 revert chore(deps): update https://gitea.com/actions/upload-artifact action to v4 Signed-off-by: RenovateBot --- .forgejo/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/release.yaml b/.forgejo/workflows/release.yaml index 30c0245..cf42e94 100644 --- a/.forgejo/workflows/release.yaml +++ b/.forgejo/workflows/release.yaml @@ -77,14 +77,14 @@ jobs: - name: JReleaser release trace if: always() - uses: https://gitea.com/actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 + uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3 with: name: jreleaser-trace path: target/jreleaser/trace.log - name: JReleaser release properties if: always() - uses: https://gitea.com/actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 + uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3 with: name: jreleaser-properties path: target/jreleaser/output.properties