Skip to content

Commit

Permalink
build(deps): bump dawidd6/action-download-artifact from 6 to 7 (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 6, 2025
1 parent 206315f commit e1b9516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-eic-shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ jobs:
if-no-files-found: error
- name: Download previous artifact
id: download_previous_artifact
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
branch: ${{ github.event.pull_request.base.ref || github.ref_name }}
path: ref/
Expand Down Expand Up @@ -622,7 +622,7 @@ jobs:
if-no-files-found: error
- name: Download previous artifact
id: download_previous_artifact
uses: dawidd6/action-download-artifact@v6
uses: dawidd6/action-download-artifact@v7
with:
branch: ${{ github.event.pull_request.base.ref || github.ref_name }}
path: ref/
Expand Down

0 comments on commit e1b9516

Please sign in to comment.