Skip to content

Commit 184b653

Browse files
build(deps): bump dawidd6/action-download-artifact from 20 to 21 (#2613)
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 20 to 21. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v20...v21) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '21' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 433f8b7 commit 184b653

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-test-results.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,15 @@ jobs:
3939

4040
steps:
4141
- name: Download Test Results
42-
uses: dawidd6/action-download-artifact@v20
42+
uses: dawidd6/action-download-artifact@v21
4343
with:
4444
run_id: ${{ github.event.workflow_run.id }}
4545
name: test-results-.*
4646
name_is_regexp: true
4747
path: artifacts
4848

4949
- name: Download Event File
50-
uses: dawidd6/action-download-artifact@v20
50+
uses: dawidd6/action-download-artifact@v21
5151
with:
5252
run_id: ${{ github.event.workflow_run.id }}
5353
name: event-file-ubuntu-24.04

0 commit comments

Comments
 (0)