Skip to content

Commit 8bda3da

Browse files
Merge pull request #14831 from rabbitmq/dependabot/github_actions/main/actions/download-artifact-6
Bump actions/download-artifact from 5 to 6
2 parents 9b6c4c6 + 8df73ae commit 8bda3da

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
@@ -99,7 +99,7 @@ jobs:
9999
printf "current_sha=%s\n" "$sha" | tee -a "$GITHUB_OUTPUT"
100100
101101
- name: Download package-generic-unix
102-
uses: actions/download-artifact@v5
102+
uses: actions/download-artifact@v6
103103
with:
104104
name: package-generic-unix-otp${{ matrix.otp_version }}-${{ matrix.branch }}
105105
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@v5
87+
uses: actions/download-artifact@v6
8888
with:
8989
name: package-generic-unix-otp${{ matrix.otp_version }}
9090
path: PACKAGES

0 commit comments

Comments
 (0)