From 8f382b99c7abd245de5e7fe740d332f521e64bc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 06:43:08 -0700 Subject: [PATCH] Bump actions/download-artifact from 4.1.6 to 4.1.7 (#105) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395...65a9edc5881444af0b9093a5e628f2fe47ea3b2e) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/cabal.yaml | 2 +- .github/workflows/release.yaml | 4 ++-- .github/workflows/stack.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cabal.yaml b/.github/workflows/cabal.yaml index 454b90f..1b02a1f 100644 --- a/.github/workflows/cabal.yaml +++ b/.github/workflows/cabal.yaml @@ -58,7 +58,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Download artifact - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: built-with-cabal diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 338036c..225cfb7 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -133,12 +133,12 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Download artifact - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: executables.zip - name: Download artifact - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: sdist.zip diff --git a/.github/workflows/stack.yaml b/.github/workflows/stack.yaml index d44f9d7..011a687 100644 --- a/.github/workflows/stack.yaml +++ b/.github/workflows/stack.yaml @@ -60,7 +60,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Download artifact - uses: actions/download-artifact@9c19ed7fe5d278cd354c7dfd5d3b88589c7e2395 # v4.1.6 + uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: built-with-stack