From f293d5989275d7f2b29b250888128cb1e8b34b15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:31:17 +0000 Subject: [PATCH] build(deps): bump dawidd6/action-download-artifact from 2 to 3 (#580) --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/create-draft-release-with-artifacts.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 5a67c09..cfdb9c2 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -141,7 +141,7 @@ jobs: uses: actions/checkout@v4 - name: Download artifacts - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: path: artifacts diff --git a/.github/workflows/create-draft-release-with-artifacts.yml b/.github/workflows/create-draft-release-with-artifacts.yml index 7d2b148..9dc02cd 100644 --- a/.github/workflows/create-draft-release-with-artifacts.yml +++ b/.github/workflows/create-draft-release-with-artifacts.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 - name: Download artifacts - uses: dawidd6/action-download-artifact@v2 + uses: dawidd6/action-download-artifact@v3 with: path: artifacts workflow: build-and-test.yml