Skip to content

Commit e16f27b

Browse files
build(deps): bump dawidd6/action-download-artifact from 15 to 16
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 15 to 16. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v15...v16) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '16' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eae5b90 commit e16f27b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux-eic-shell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ jobs:
568568
if-no-files-found: error
569569
- name: Download previous artifact
570570
id: download_previous_artifact
571-
uses: dawidd6/action-download-artifact@v15
571+
uses: dawidd6/action-download-artifact@v16
572572
with:
573573
branch: ${{ github.event.pull_request.base.ref || github.ref_name }}
574574
path: ref/
@@ -636,7 +636,7 @@ jobs:
636636
if-no-files-found: error
637637
- name: Download previous artifact
638638
id: download_previous_artifact
639-
uses: dawidd6/action-download-artifact@v15
639+
uses: dawidd6/action-download-artifact@v16
640640
with:
641641
branch: ${{ github.event.pull_request.base.ref || github.ref_name }}
642642
path: ref/

0 commit comments

Comments
 (0)