From 8ab5b55f9d7a7b72291b1357fe8d34a206f996b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:33:58 +0000 Subject: [PATCH] Bump actions/download-artifact from 2 to 4.1.7 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/tarball.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tarball.yml b/.github/workflows/tarball.yml index f894598c07..bfc777670c 100644 --- a/.github/workflows/tarball.yml +++ b/.github/workflows/tarball.yml @@ -213,19 +213,19 @@ jobs: tar -xvzf cmdstan-${{ github.event.inputs.tarball_name }}.tar.gz - name: Download MacOS binaries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: mac-stanc path: bins/mac-stanc - name: Download Linux binaries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: linux-stanc path: bins/linux-stanc - name: Download Windows binaries - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: windows-stanc path: bins/windows-stanc