From 57b4477c3978098a0a01097c38cf2ddea39c00c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:22:18 +0000 Subject: [PATCH] Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/build-installer.yml | 2 +- .github/workflows/release.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-installer.yml b/.github/workflows/build-installer.yml index ee8a53d..96d7983 100644 --- a/.github/workflows/build-installer.yml +++ b/.github/workflows/build-installer.yml @@ -16,7 +16,7 @@ jobs: Invoke-WebRequest -Uri https://jrsoftware.org/download.php/is.exe -OutFile is.exe .\is.exe /verysilent - name: Download artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dyn2py.exe - name: Build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 43dcc05..99e02a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,11 +42,11 @@ jobs: with: myToken: ${{ secrets.GITHUB_TOKEN }} - name: Download exe - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dyn2py.exe - name: Download installer - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: dyn2py-installer.exe - name: Release