Skip to content

Commit 9063987

Browse files
chore(deps): Bump actions/download-artifact in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.0 to 4.1.3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.1.0...v4.1.3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 4.1.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a274c1a commit 9063987

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-and-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
example-name: react-cra
6767
NODE_OPTIONS: --openssl-legacy-provider
6868
steps:
69-
- uses: actions/download-artifact@v4.1.0
69+
- uses: actions/download-artifact@v4.1.3
7070
with:
7171
name: build-output
7272
path: ./
@@ -99,7 +99,7 @@ jobs:
9999
example-name: angular
100100
NODE_OPTIONS: --openssl-legacy-provider
101101
steps:
102-
- uses: actions/download-artifact@v4.1.0
102+
- uses: actions/download-artifact@v4.1.3
103103
with:
104104
name: build-output
105105
path: ./
@@ -131,7 +131,7 @@ jobs:
131131
env:
132132
example-name: static-html
133133
steps:
134-
- uses: actions/download-artifact@v4.1.0
134+
- uses: actions/download-artifact@v4.1.3
135135
with:
136136
name: build-output
137137
path: ./

0 commit comments

Comments
 (0)