Skip to content

Commit caadeb6

Browse files
build(deps): Bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 20d4a67 commit caadeb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@v2
3838
- name: Download artifact ubuntu-meson
39-
uses: actions/download-artifact@v3
39+
uses: actions/download-artifact@v4.1.7
4040
with:
4141
name: ubuntu-meson
4242
path: ./build-ubuntu-meson
4343
- name: Download artifact ubuntu-cmake
44-
uses: actions/download-artifact@v3
44+
uses: actions/download-artifact@v4.1.7
4545
with:
4646
name: ubuntu-cmake
4747
path: ./build-ubuntu-cmake

0 commit comments

Comments
 (0)