File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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}}
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}}
You can’t perform that action at this time.
0 commit comments