Skip to content

Commit 087fce0

Browse files
ci(gh-actions): bump actions/download-artifact from 4.1.8 to 4.1.9
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.8 to 4.1.9. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.8...v4.1.9) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec18130 commit 087fce0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nodejs.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Checkout
103103
uses: actions/checkout@v4.2.2
104104
- name: Download Action Assets
105-
uses: actions/download-artifact@v4.1.8
105+
uses: actions/download-artifact@v4.1.9
106106
with:
107107
name: dist
108108
path: dist
@@ -134,7 +134,7 @@ jobs:
134134
node-version: ${{ vars.NODE_VERSION }}
135135

136136
- name: Download Current Action Assets
137-
uses: actions/download-artifact@v4.1.8
137+
uses: actions/download-artifact@v4.1.9
138138
with:
139139
name: dist
140140
path: current
@@ -195,7 +195,7 @@ jobs:
195195
git restore --source=origin/${{ github.ref_name }} -- .github/workflows/release.yml
196196
197197
- name: Download Build Assets
198-
uses: actions/download-artifact@v4.1.8
198+
uses: actions/download-artifact@v4.1.9
199199
with:
200200
name: dist
201201
path: dist

0 commit comments

Comments
 (0)