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 2727 - name : Save image
2828 run : docker save quay.io/operator-framework/olm:local -o olm-image.tar
2929 - name : Upload Docker image as artifact
30- uses : actions/upload-artifact@v4
30+ uses : actions/upload-artifact@v5
3131 with :
3232 name : olm-image.tar
3333 path : olm-image.tar
@@ -103,7 +103,7 @@ jobs:
103103 # archive test results
104104 - name : Archive Test Artifacts
105105 if : ${{ always() }}
106- uses : actions/upload-artifact@v4
106+ uses : actions/upload-artifact@v5
107107 with :
108108 name : e2e-test-output-${{ (github.event.pull_request.head.sha || github.sha) }}-${{ github.run_id }}-${{ matrix.parallel-id }}
109109 path : ${{ env.ARTIFACT_DIR }}/*
@@ -186,7 +186,7 @@ jobs:
186186 # archive test results
187187 - name : Archive Test Artifacts
188188 if : ${{ always() }}
189- uses : actions/upload-artifact@v4
189+ uses : actions/upload-artifact@v5
190190 with :
191191 name : e2e-test-output-${{ (github.event.pull_request.head.sha || github.sha) }}-${{ github.run_id }}-flakes
192192 path : ${{ env.ARTIFACT_DIR }}/*
You can’t perform that action at this time.
0 commit comments