mirror of
https://github.com/cloudnative-pg/plugin-barman-cloud.git
synced 2026-01-12 05:33:11 +01:00
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:
parent
2e3b08d5d6
commit
7023d4c153
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@v4
|
uses: actions/upload-artifact@v5
|
||||||
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@v4
|
uses: actions/upload-artifact@v5
|
||||||
with:
|
with:
|
||||||
name: manifest.yaml
|
name: manifest.yaml
|
||||||
path: ./manifest.yaml
|
path: ./manifest.yaml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user