Skip to content

Commit 9b3475f

Browse files
build(deps): bump actions/download-artifact from 3 to 4
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9d94439 commit 9b3475f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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@v3
125+
uses: actions/download-artifact@v4
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@v3
129+
uses: actions/download-artifact@v4
130130
with:
131131
name: make-package-generic-unix-${{ env.VERSION }}.tar.xz
132132
- name: EXPAND & COMPARE

.github/workflows/perform-bazel-execution-comparison.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
bazelisk build src/tools/execlog:parser
9898
- name: FETCH LOGS
99-
uses: actions/download-artifact@v3
99+
uses: actions/download-artifact@v4
100100
- name: PARSE LOGS
101101
run: |
102102
bazel/bazel-bin/src/tools/execlog/parser \

0 commit comments

Comments
 (0)