Skip to content

Commit fbb13ba

Browse files
Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2b96c82 commit fbb13ba

7 files changed

Lines changed: 7 additions & 7 deletions

.github/workflows/oci-make-nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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

.github/workflows/oci-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
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

.github/workflows/peer-discovery-aws.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
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/"

.github/workflows/test-authnz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
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 }}/*

.github/workflows/test-make-target.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: |

.github/workflows/test-management-ui-for-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
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 }}/*

.github/workflows/test-management-ui.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
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 }}/*

0 commit comments

Comments
 (0)