File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6666 make package-generic-unix PROJECT_VERSION=${{ matrix.project_version || steps.tag.outputs.project_version }}+${{ steps.sha.outputs.current_sha }}
6767
6868 - name : Upload package-generic-unix
69- uses : actions/upload-artifact@v6
69+ uses : actions/upload-artifact@v7
7070 with :
7171 name : package-generic-unix-otp${{ matrix.otp_version }}-${{ matrix.branch }}
7272 path : PACKAGES/rabbitmq-server-*.tar.xz
Original file line number Diff line number Diff line change 7070 make package-generic-unix PROJECT_VERSION=${{ env.VERSION }}
7171 - name : Upload package-generic-unix
7272 if : steps.authorized.outputs.authorized == 'true'
73- uses : actions/upload-artifact@v6
73+ uses : actions/upload-artifact@v7
7474 with :
7575 name : package-generic-unix-otp${{ matrix.otp_version }}
7676 path : PACKAGES/rabbitmq-server-*.tar.xz
Original file line number Diff line number Diff line change 7272 make -C deps/rabbitmq_peer_discovery_aws ct-integration
7373 - name : UPLOAD TEST LOGS
7474 if : always()
75- uses : actions/upload-artifact@v6
75+ uses : actions/upload-artifact@v7
7676 with :
7777 name : CT logs
7878 path : " logs/"
Original file line number Diff line number Diff line change 8686
8787 - name : Upload Test Artifacts
8888 if : ${{ failure() && steps.tests.outcome == 'failure' }}
89- uses : actions/upload-artifact@v6
89+ uses : actions/upload-artifact@v7
9090 with :
9191 name : test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
9292 path : ${{ env.SELENIUM_ARTIFACTS }}/*
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ jobs:
156156
157157 - name : UPLOAD TEST LOGS
158158 if : always()
159- uses : actions/upload-artifact@v6
159+ uses : actions/upload-artifact@v7
160160 with :
161161 name : CT logs (${{ inputs.plugin }} ${{ inputs.make_target }} OTP-${{ inputs.erlang_version }} ${{ inputs.mixed_clusters && ' mixed' || '' }})
162162 path : |
Original file line number Diff line number Diff line change 7474
7575 - name : Upload Test Artifacts
7676 if : ${{ failure() && steps.tests.outcome == 'failure' }}
77- uses : actions/upload-artifact@v6
77+ uses : actions/upload-artifact@v7
7878 with :
7979 name : test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
8080 path : ${{ env.SELENIUM_ARTIFACTS }}/*
Original file line number Diff line number Diff line change 8181
8282 - name : Upload Test Artifacts
8383 if : ${{ failure() && steps.tests.outcome == 'failure' }}
84- uses : actions/upload-artifact@v6
84+ uses : actions/upload-artifact@v7
8585 with :
8686 name : test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
8787 path : ${{ env.SELENIUM_ARTIFACTS }}/*
You can’t perform that action at this time.
0 commit comments