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

Merged
oliver merged 1 commit from renovate/major-github-artifact-actions into main 2025-01-08 16:06:51 +01:00

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@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3 uses: https://gitea.com/actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
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@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3 uses: https://gitea.com/actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4
with: with:
name: jreleaser-properties name: jreleaser-properties
path: target/jreleaser/output.properties path: target/jreleaser/output.properties