Skip to content

Commit 109b12b

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 a4fded4 commit 109b12b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
YARN_CACHE_FOLDER: "/mnt/ramdisk/.cache/yarn"
6161
example-name: react-cra
6262
steps:
63-
- uses: actions/download-artifact@v4.1.0
63+
- uses: actions/download-artifact@v4.1.3
6464
with:
6565
path: "/mnt/ramdisk/"
6666
- name: Example - use local builds
@@ -99,7 +99,7 @@ jobs:
9999
YARN_CACHE_FOLDER: "/mnt/ramdisk/.cache/yarn"
100100
example-name: angular
101101
steps:
102-
- uses: actions/download-artifact@v4.1.0
102+
- uses: actions/download-artifact@v4.1.3
103103
with:
104104
path: "/mnt/ramdisk/"
105105
- name: Example - use local builds
@@ -138,7 +138,7 @@ jobs:
138138
YARN_CACHE_FOLDER: "/mnt/ramdisk/.cache/yarn"
139139
example-name: static-html
140140
steps:
141-
- uses: actions/download-artifact@v4.1.0
141+
- uses: actions/download-artifact@v4.1.3
142142
with:
143143
path: "/mnt/ramdisk/"
144144
- name: Example - use local builds

0 commit comments

Comments
 (0)