Skip to content

Commit cece16c

Browse files
chore(deps): bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3.0.2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6aa3741 commit cece16c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Install dependencies
9898
run: npm install
9999
- name: Download build artifact
100-
uses: actions/download-artifact@v3.0.2
100+
uses: actions/download-artifact@v4.1.7
101101
with:
102102
name: build
103103
path: ./dist

.github/workflows/lint_format_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
- name: Check out repository
127127
uses: actions/checkout@v4
128128
- name: Download test coverage artifact
129-
uses: actions/download-artifact@v3.0.2
129+
uses: actions/download-artifact@v4.1.7
130130
with:
131131
name: coverage
132132
path: ./coverage

0 commit comments

Comments
 (0)