Skip to content

Commit 3956c23

Browse files
Bump actions/download-artifact from 4 to 6
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 6. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ae505c1 commit 3956c23

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
- name: Checkout
7373
uses: actions/checkout@v4
7474
- name: Download package-generic-unix
75-
uses: actions/download-artifact@v4
75+
uses: actions/download-artifact@v6
7676
with:
7777
name: package-generic-unix
7878
path: PACKAGES
@@ -135,7 +135,7 @@ jobs:
135135
if: ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true'
136136
steps:
137137
- name: Download digests
138-
uses: actions/download-artifact@v4
138+
uses: actions/download-artifact@v6
139139
with:
140140
path: /tmp/digests
141141
pattern: digests-*

.github/workflows/oci-make.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Checkout
8181
uses: actions/checkout@v4
8282
- name: Download package-generic-unix
83-
uses: actions/download-artifact@v4
83+
uses: actions/download-artifact@v6
8484
with:
8585
name: package-generic-unix-otp${{ matrix.otp_version }}
8686
path: PACKAGES

0 commit comments

Comments
 (0)