deps(ci): bump actions/upload-artifact from 4 to 5

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-10-27 07:19:06 +00:00 committed by Gauthier
parent c23f2d3810
commit fe40ede34a
2 changed files with 8 additions and 8 deletions

View file

@ -143,7 +143,7 @@ jobs:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: JReleaser Changelog output - name: JReleaser Changelog output
if: always() && needs.version.outputs.should_release if: always() && needs.version.outputs.should_release
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: jreleaser-changelog name: jreleaser-changelog
path: | path: |
@ -182,7 +182,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.B2_SECRET_ACCESS_KEY }} AWS_SECRET_ACCESS_KEY: ${{ secrets.B2_SECRET_ACCESS_KEY }}
- name: Upload Conveyor log - name: Upload Conveyor log
if: always() && inputs.conveyor-copied-site if: always() && inputs.conveyor-copied-site
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: conveyor-make-copied-site name: conveyor-make-copied-site
path: ~/.cache/hydraulic/conveyor/logs/log.latest.txt path: ~/.cache/hydraulic/conveyor/logs/log.latest.txt
@ -194,7 +194,7 @@ jobs:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: JReleaser Release output - name: JReleaser Release output
if: always() && inputs.github_release if: always() && inputs.github_release
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: jreleaser-release name: jreleaser-release
path: | path: |
@ -212,7 +212,7 @@ jobs:
JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} JRELEASER_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: JReleaser Publish output - name: JReleaser Publish output
if: always() && inputs.docker_release if: always() && inputs.docker_release
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: jreleaser-publish name: jreleaser-publish
path: | path: |
@ -236,7 +236,7 @@ jobs:
AWS_SECRET_ACCESS_KEY: ${{ secrets.B2_SECRET_ACCESS_KEY }} AWS_SECRET_ACCESS_KEY: ${{ secrets.B2_SECRET_ACCESS_KEY }}
- name: Upload Conveyor log - name: Upload Conveyor log
if: always() && inputs.msstore_release if: always() && inputs.msstore_release
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: conveyor-ms-store-release name: conveyor-ms-store-release
path: ~/.cache/hydraulic/conveyor/logs/log.latest.txt path: ~/.cache/hydraulic/conveyor/logs/log.latest.txt

View file

@ -35,14 +35,14 @@ jobs:
- name: Upload Unit Test Results - name: Upload Unit Test Results
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: test-results-${{ matrix.os }} name: test-results-${{ matrix.os }}
path: komga/build/test-results/ path: komga/build/test-results/
- name: Upload Unit Test Reports - name: Upload Unit Test Reports
if: always() if: always()
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: test-reports-${{ matrix.os }} name: test-reports-${{ matrix.os }}
path: komga/build/reports/tests/ path: komga/build/reports/tests/
@ -69,7 +69,7 @@ jobs:
- name: Upload JDK required modules - name: Upload JDK required modules
if: steps.conveyor_compare.outcome == 'failure' if: steps.conveyor_compare.outcome == 'failure'
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: conveyor-required-jdk-modules name: conveyor-required-jdk-modules
path: ./output/required-jdk-modules.txt path: ./output/required-jdk-modules.txt