Skip to content

Commit c87a8c9

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#1496)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 798edff commit c87a8c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/uffizzi-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ jobs:
5454
envsubst < ./docker-compose.uffizzi.yml > docker-compose.rendered.yml
5555
cat docker-compose.rendered.yml
5656
- name: Upload Rendered Compose File as Artifact
57-
uses: actions/upload-artifact@v4
57+
uses: actions/upload-artifact@v5
5858
with:
5959
name: preview-spec
6060
path: docker-compose.rendered.yml
6161
retention-days: 2
6262
- name: Upload PR Event as Artifact
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
with:
6565
name: preview-spec
6666
path: ${{github.event_path}}
@@ -73,7 +73,7 @@ jobs:
7373
steps:
7474
# If this PR is closing, we will not render a compose file nor pass it to the next workflow.
7575
- name: Upload PR Event as Artifact
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
with:
7878
name: preview-spec
7979
path: ${{github.event_path}}

0 commit comments

Comments
 (0)