From 2880d08fc9369c9ae8e1c13455bc9be2ce180c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 19:48:11 +0000 Subject: [PATCH] build(deps): bump actions/download-artifact from 3.0.2 to 4.0.0 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.2 to 4.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.2...v4.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 59436a0a1..80ef946d9 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -107,7 +107,7 @@ jobs: - ubuntu2204 steps: - uses: actions/checkout@v4.0.0 - - uses: actions/download-artifact@v3.0.2 + - uses: actions/download-artifact@v4.0.0 id: download with: name: Gnomeshade.WebApi_linux-x64.deb diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 776129d80..4904b8786 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: steps: - uses: actions/checkout@v4.0.0 - - uses: actions/download-artifact@v3.0.2 + - uses: actions/download-artifact@v4.0.0 id: download with: name: Gnomeshade.WebApi_linux-x64.zip @@ -176,7 +176,7 @@ jobs: AZURE_APP_NAME: gnomeshade-demo AZURE_APP_DOMAIN: 'https://gnomeshade-demo.azurewebsites.net/' steps: - - uses: actions/download-artifact@v3.0.2 + - uses: actions/download-artifact@v4.0.0 id: download with: name: Gnomeshade.WebApi_linux-x64.zip @@ -253,7 +253,7 @@ jobs: concurrency: create-release timeout-minutes: 5 steps: - - uses: actions/download-artifact@v3.0.2 + - uses: actions/download-artifact@v4.0.0 id: download with: path: artifacts