revert 11923acb66a66d6da58579fb1f0ae6dd9a3583b7
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 57s
release / Release (push) Successful in 1m51s

revert chore(deps): update https://gitea.com/actions/upload-artifact action to v4

Signed-off-by: RenovateBot <renovatebot@w9r.dev>
This commit is contained in:
Oliver Weyhmüller 2025-01-08 17:33:37 +00:00 committed by Forgejo
parent 4a4bafa2da
commit dab93b0bf5
Signed by: forgejo
GPG key ID: D08115898C8A25D3

View file

@ -77,14 +77,14 @@ jobs:
- name: JReleaser release trace - name: JReleaser release trace
if: always() if: always()
uses: https://gitea.com/actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
with: with:
name: jreleaser-trace name: jreleaser-trace
path: target/jreleaser/trace.log path: target/jreleaser/trace.log
- name: JReleaser release properties - name: JReleaser release properties
if: always() if: always()
uses: https://gitea.com/actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4 uses: https://gitea.com/actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3
with: with:
name: jreleaser-properties name: jreleaser-properties
path: target/jreleaser/output.properties path: target/jreleaser/output.properties