chore(deps): update actions/upload-artifact action to v5

| datasource  | package                 | from | to |
| ----------- | ----------------------- | ---- | -- |
| github-tags | actions/upload-artifact | v4   | v5 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-11-03 09:21:00 +00:00 committed by GitHub
parent 2e3b08d5d6
commit 7023d4c153
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: | run: |
task publish task publish
- name: Attach manifest to workflow run - name: Attach manifest to workflow run
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: manifest.yaml name: manifest.yaml
path: ./manifest.yaml path: ./manifest.yaml

View File

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