mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-11 21:23:12 +01:00
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:
parent
2e38c43f06
commit
7d85d86589
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: manifest.yaml
|
name: manifest.yaml
|
||||||
path: ./manifest.yaml
|
path: ./manifest.yaml
|
||||||
|
|||||||
2
.github/workflows/release-please.yml
vendored
2
.github/workflows/release-please.yml
vendored
@ -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@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: manifest.yaml
|
name: manifest.yaml
|
||||||
path: ./manifest.yaml
|
path: ./manifest.yaml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user