Skip to content

Commit b84507d

Browse files
chore: bump actions/download-artifact (#2839)
Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/download-artifact` from 2 to 4.1.7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production dependency-group: github_actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Benny Powers - עם ישראל חי! <[email protected]>
1 parent c098e6f commit b84507d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
steps:
131131
- uses: actions/checkout@v4
132132
- name: Download zipped HTML report
133-
uses: actions/download-artifact@v2
133+
uses: actions/download-artifact@v4.1.7
134134
with:
135135
name: ${{ env.PLAYWRIGHT_REPORT_DIR }}
136136
path: ${{ env.PLAYWRIGHT_REPORT_DIR }}/

0 commit comments

Comments
 (0)