Skip to content

Commit 9d21e86

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dd05d62 commit 9d21e86

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.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@v4
69+
uses: actions/upload-artifact@v5
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@v4
75+
uses: actions/upload-artifact@v5
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
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Upload Test Artifacts
8383
if: always()
84-
uses: actions/upload-artifact@v4.3.2
84+
uses: actions/upload-artifact@v5
8585
env:
8686
SELENIUM_ARTIFACTS: ${{ steps.tests.outputs.SELENIUM_ARTIFACTS }}
8787
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
115115
- name: UPLOAD TEST LOGS
116116
if: always()
117-
uses: actions/upload-artifact@v4
117+
uses: actions/upload-artifact@v5
118118
with:
119119
name: CT logs (${{ inputs.plugin }} ${{ inputs.make_target }} OTP-${{ inputs.erlang_version }} ${{ inputs.metadata_store }}${{ inputs.mixed_clusters && ' mixed' || '' }})
120120
path: |

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Upload Test Artifacts
7171
if: ${{ failure() && steps.tests.outcome == 'failed' }}
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v5
7373
env:
7474
SELENIUM_ARTIFACTS: ${{ steps.tests.outputs.SELENIUM_ARTIFACTS }}
7575
with:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Upload Test Artifacts
7575
if: ${{ failure() && steps.tests.outcome == 'failed' }}
76-
uses: actions/upload-artifact@v4.3.2
76+
uses: actions/upload-artifact@v5
7777
env:
7878
SELENIUM_ARTIFACTS: ${{ steps.run-suites.outputs.SELENIUM_ARTIFACTS }}
7979
with:

0 commit comments

Comments
 (0)