Skip to content

Commit

Permalink
Merge pull request #36 from carvel-dev/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/download-artifact-4.1.7

chore(deps): bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
  • Loading branch information
joaopapereira authored Nov 7, 2024
2 parents 68f435b + 3b9161c commit f14c3ee
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 f14c3ee

Please sign in to comment.