Skip to content

Commit 9027e2a

Browse files
authored
Merge pull request #14684 from rabbitmq/dependabot/github_actions/v4.2.x/actions/download-artifact-5
Bump actions/download-artifact from 4 to 5
2 parents 15979f4 + 69804ca commit 9027e2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
ref: ${{ matrix.branch }}
8282

8383
- name: Download package-generic-unix
84-
uses: actions/download-artifact@v4
84+
uses: actions/download-artifact@v5
8585
with:
8686
name: package-generic-unix-otp${{ matrix.otp_version }}-${{ matrix.branch }}
8787
path: PACKAGES

.github/workflows/oci-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Checkout
8585
uses: actions/checkout@v5
8686
- name: Download package-generic-unix
87-
uses: actions/download-artifact@v4
87+
uses: actions/download-artifact@v5
8888
with:
8989
name: package-generic-unix-otp${{ matrix.otp_version }}
9090
path: PACKAGES

0 commit comments

Comments
 (0)