Skip to content

Commit 4ba98d8

Browse files
Merge pull request #15139 from rabbitmq/dependabot/github_actions/main/actions/download-artifact-7
Bump actions/download-artifact from 6 to 7
2 parents 5f9a8fc + 563b032 commit 4ba98d8

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

0 commit comments

Comments
 (0)