chore(deps): update actions/upload-artifact action to v6 (#689)

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-12-22 16:33:25 +01:00 committed by GitHub
parent 2e38c43f06
commit 7d85d86589
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ jobs:
run: |
task publish
- name: Attach manifest to workflow run
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: manifest.yaml
path: ./manifest.yaml

View File

@ -42,7 +42,7 @@ jobs:
task publish
task manifest
- name: Attach manifest to workflow run
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v6
with:
name: manifest.yaml
path: ./manifest.yaml