From de3d167d21fe25692494591076f4cf7367481933 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2024 15:26:45 +0200 Subject: [PATCH] Bump actions/download-artifact (#37) Bumps the github_actions group with 1 update in the /.github/workflows directory: [actions/download-artifact](https://github.com/actions/download-artifact). Updates `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 dependency-group: github_actions ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/release_examples.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_examples.yml b/.github/workflows/release_examples.yml index aac13fa..984c3d6 100644 --- a/.github/workflows/release_examples.yml +++ b/.github/workflows/release_examples.yml @@ -81,13 +81,13 @@ jobs: echo "Release version: ${{ env.TAG }}" - name: Download Artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: examples_windows-artifact path: examples/windows - name: Download Artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: examples_unix-artifact path: examples/unix