Skip to content

Commit 98f5057

Browse files
Merge pull request #15144 from rabbitmq/dependabot/github_actions/v4.2.x/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 1f83f81 + de9430b commit 98f5057

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
make package-generic-unix PROJECT_VERSION=${{ matrix.project_version || steps.tag.outputs.project_version }}+${{ github.sha }}
5757
5858
- name: Upload package-generic-unix
59-
uses: actions/upload-artifact@v5
59+
uses: actions/upload-artifact@v6
6060
with:
6161
name: package-generic-unix-otp${{ matrix.otp_version }}-${{ matrix.branch }}
6262
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
@@ -66,7 +66,7 @@ jobs:
6666
make package-generic-unix PROJECT_VERSION=${{ env.VERSION }}
6767
- name: Upload package-generic-unix
6868
if: steps.authorized.outputs.authorized == 'true'
69-
uses: actions/upload-artifact@v5
69+
uses: actions/upload-artifact@v6
7070
with:
7171
name: package-generic-unix-otp${{ matrix.otp_version }}
7272
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@v5
75+
uses: actions/upload-artifact@v6
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@v5
89+
uses: actions/upload-artifact@v6
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
@@ -137,7 +137,7 @@ jobs:
137137
138138
- name: UPLOAD TEST LOGS
139139
if: always()
140-
uses: actions/upload-artifact@v5
140+
uses: actions/upload-artifact@v6
141141
with:
142142
name: CT logs (${{ inputs.plugin }} ${{ inputs.make_target }} OTP-${{ inputs.erlang_version }} ${{ inputs.metadata_store }}${{ inputs.mixed_clusters && ' mixed' || '' }})
143143
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@v5
77+
uses: actions/upload-artifact@v6
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
@@ -78,7 +78,7 @@ jobs:
7878
7979
- name: Upload Test Artifacts
8080
if: ${{ failure() && steps.tests.outcome == 'failure' }}
81-
uses: actions/upload-artifact@v5
81+
uses: actions/upload-artifact@v6
8282
with:
8383
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
8484
path: ${{ env.SELENIUM_ARTIFACTS }}/*

0 commit comments

Comments
 (0)