Skip to content

Commit 74ecf0f

Browse files
Bump actions/download-artifact from 4.1.8 to 4.1.9 (#48)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 29fcef4 commit 74ecf0f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220

221221
steps:
222222
- name: Download GitHub artifact
223-
uses: actions/download-artifact@v4.1.8
223+
uses: actions/download-artifact@v4.1.9
224224
with:
225225
name: dist-artifacts
226226
path: /tmp/dist-artifacts
@@ -435,7 +435,7 @@ jobs:
435435
ref: ${{ inputs.branch }}
436436

437437
- name: Download GitHub artifact
438-
uses: actions/download-artifact@v4.1.8
438+
uses: actions/download-artifact@v4.1.9
439439
with:
440440
name: dist-artifacts
441441
path: /tmp/dist-artifacts

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356

357357
steps:
358358
- name: Download GitHub artifact
359-
uses: actions/download-artifact@v4.1.8
359+
uses: actions/download-artifact@v4.1.9
360360
with:
361361
name: dist-artifacts
362362
path: /tmp/dist-artifacts

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: npx playwright install --with-deps chromium
8787

8888
- name: Download GitHub artifact
89-
uses: actions/download-artifact@v4.1.8
89+
uses: actions/download-artifact@v4.1.9
9090
with:
9191
name: dist-artifacts
9292
path: /tmp/dist-artifacts

0 commit comments

Comments
 (0)