Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.1 to 4.1.3 (#7)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.1 to 4.1.3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4.1.1...v4.1.3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
javiertuya and dependabot[bot] authored Mar 3, 2024
1 parent f382f70 commit c19327b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,25 +94,25 @@ runs:

- name: Restore test reports
if: inputs.restore-artifact-name1 != ''
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: ${{ inputs.restore-artifact-name1 }}
path: ${{ inputs.working-directory }}/${{ inputs.restore-artifact-path1 }}
- name: Restore test reports
if: inputs.restore-artifact-name2 != ''
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: ${{ inputs.restore-artifact-name2 }}
path: ${{ inputs.working-directory }}/${{ inputs.restore-artifact-path2 }}
- name: Restore test reports
if: inputs.restore-artifact-name3 != ''
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: ${{ inputs.restore-artifact-name3 }}
path: ${{ inputs.working-directory }}/${{ inputs.restore-artifact-path3 }}
- name: Restore test reports
if: inputs.restore-artifact-name4 != ''
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: ${{ inputs.restore-artifact-name4 }}
path: ${{ inputs.working-directory }}/${{ inputs.restore-artifact-path4 }}
Expand Down

0 comments on commit c19327b

Please sign in to comment.