Skip to content

Commit ba9d85b

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check-build-system-equivalence.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,11 @@ jobs:
122122
otp-version: ${{ env.erlang_version }}
123123
elixir-version: ${{ env.elixir_version }}
124124
- name: DOWNLOAD bazel-package-generic-unix.tar.xz
125-
uses: actions/download-artifact@v4
125+
uses: actions/download-artifact@v5
126126
with:
127127
name: bazel-package-generic-unix-${{ env.VERSION }}.tar.xz
128128
- name: DOWNLOAD make-package-generic-unix.tar.xz
129-
uses: actions/download-artifact@v4
129+
uses: actions/download-artifact@v5
130130
with:
131131
name: make-package-generic-unix-${{ env.VERSION }}.tar.xz
132132
- name: EXPAND & COMPARE

.github/workflows/oci-make.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Checkout
6868
uses: actions/checkout@v4
6969
- name: Download package-generic-unix
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v5
7171
with:
7272
name: package-generic-unix
7373
path: PACKAGES
@@ -130,7 +130,7 @@ jobs:
130130
if: ${{ needs.build-package-generic-unix.outputs.authorized }} == 'true'
131131
steps:
132132
- name: Download digests
133-
uses: actions/download-artifact@v4
133+
uses: actions/download-artifact@v5
134134
with:
135135
path: /tmp/digests
136136
pattern: digests-*

0 commit comments

Comments
 (0)