Skip to content

Commit 9fcd6bb

Browse files
build(deps): bump actions/download-artifact from 4.2.1 to 4.3.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 4.3.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.2.1...v4.3.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 70cb8a9 commit 9fcd6bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: npm install vitest
8888

8989
- name: Download build files
90-
uses: actions/download-artifact@v4.2.1
90+
uses: actions/download-artifact@v4.3.0
9191
with:
9292
name: build-artifacts
9393

@@ -128,7 +128,7 @@ jobs:
128128
uses: relative-ci/.github/actions/[email protected]
129129

130130
- name: Download build
131-
uses: actions/download-artifact@v4.2.1
131+
uses: actions/download-artifact@v4.3.0
132132
with:
133133
name: build-artifacts
134134

0 commit comments

Comments
 (0)