From ca3f7f9f958693780e5068bbbd2b05182781ffc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:00:48 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/thankifi.common.importer.abstractions.yml | 2 +- .github/workflows/thankifi.common.importer.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/thankifi.common.importer.abstractions.yml b/.github/workflows/thankifi.common.importer.abstractions.yml index 162d2f2..8b31202 100644 --- a/.github/workflows/thankifi.common.importer.abstractions.yml +++ b/.github/workflows/thankifi.common.importer.abstractions.yml @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: nupkg - name: Push to GitHub Feed diff --git a/.github/workflows/thankifi.common.importer.yml b/.github/workflows/thankifi.common.importer.yml index 870e75c..bd678ae 100644 --- a/.github/workflows/thankifi.common.importer.yml +++ b/.github/workflows/thankifi.common.importer.yml @@ -55,7 +55,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download Artifact - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: nupkg - name: Push to GitHub Feed