Skip to content

Commit

Permalink
chore(deps): bump actions/download-artifact in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 20baa38 commit 3b9161c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
persist-credentials: false
repository: ${{ inputs.repository }}
- name: Download artifacts to be added to the repository
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ${{ inputs.artifactName }}
path: ${{ inputs.artifactPath }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/published_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
with:
fetch-depth: 0
- name: Download ytt data values file with release information
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ytt-data-values-for-release
path: ./tmp/release.yml
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
with:
fetch-depth: 0
- name: Download ytt data values file with release information
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: ytt-data-values-for-release
path: ./tmp/release.yml
Expand Down

0 comments on commit 3b9161c

Please sign in to comment.