From 3b9161c19067b2c60590af82071da72d5f63f241 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:12:56 +0000 Subject: [PATCH] chore(deps): bump actions/download-artifact in /.github/workflows 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](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/commit-and-push.yml | 2 +- .github/workflows/published_release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commit-and-push.yml b/.github/workflows/commit-and-push.yml index a08d4f0..484338c 100644 --- a/.github/workflows/commit-and-push.yml +++ b/.github/workflows/commit-and-push.yml @@ -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 }} diff --git a/.github/workflows/published_release.yml b/.github/workflows/published_release.yml index fee77e5..2f0de70 100644 --- a/.github/workflows/published_release.yml +++ b/.github/workflows/published_release.yml @@ -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 @@ -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