From 4356585bb5da718e601b6660bdfe1538d196993a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:45:26 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact 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-gnu.yml | 2 +- .github/workflows/build-musl.yml | 2 +- .github/workflows/build-other.yml | 2 +- .github/workflows/master.yml | 2 +- .github/workflows/release.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-gnu.yml b/.github/workflows/build-gnu.yml index 1d11260..3f7a37f 100644 --- a/.github/workflows/build-gnu.yml +++ b/.github/workflows/build-gnu.yml @@ -41,7 +41,7 @@ jobs: # Download web - name: Download web - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: pisugar-web path: | diff --git a/.github/workflows/build-musl.yml b/.github/workflows/build-musl.yml index c073c01..9fd3d66 100644 --- a/.github/workflows/build-musl.yml +++ b/.github/workflows/build-musl.yml @@ -23,7 +23,7 @@ jobs: # Download web - name: Download web - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: pisugar-web path: | diff --git a/.github/workflows/build-other.yml b/.github/workflows/build-other.yml index abfeffe..459d3be 100644 --- a/.github/workflows/build-other.yml +++ b/.github/workflows/build-other.yml @@ -15,7 +15,7 @@ jobs: run: sed -e "s/.*replace-with.*//g" -i .cargo/config.toml - name: Download all - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: path: | download diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index a20b168..5dc78b7 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -44,7 +44,7 @@ jobs: run: sed -e "s/.*replace-with.*//g" -i .cargo/config.toml - name: Download all - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: pisugar-all diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9c7c8b0..3dc1a9c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: run: sed -e "s/.*replace-with.*//g" -i .cargo/config.toml - name: Download all - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: pisugar-all