From 69015322db06d8642ef4a1805fa61af21e6abde8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:19:33 +0000 Subject: [PATCH] build(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/healthkit.core.yml | 2 +- .github/workflows/healthkit.ios.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/healthkit.core.yml b/.github/workflows/healthkit.core.yml index 609b8a1..d3663d1 100644 --- a/.github/workflows/healthkit.core.yml +++ b/.github/workflows/healthkit.core.yml @@ -46,7 +46,7 @@ jobs: with: nuget-api-key: ${{ secrets.NUGET_API_KEY }} - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: nupkg diff --git a/.github/workflows/healthkit.ios.yml b/.github/workflows/healthkit.ios.yml index deb002c..401e875 100644 --- a/.github/workflows/healthkit.ios.yml +++ b/.github/workflows/healthkit.ios.yml @@ -42,7 +42,7 @@ jobs: with: nuget-api-key: ${{ secrets.NUGET_API_KEY }} - - uses: actions/download-artifact@v2 + - uses: actions/download-artifact@v4.1.7 with: name: nupkg