From 6946794680266751f596115f08aec1c5c94fa45a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 10:23:29 +0200 Subject: [PATCH] Bump actions/download-artifact from 2.0.10 to 3.0.0 (#1490) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.10 to 3.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2.0.10...v3.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/apt.yml | 2 +- .github/workflows/nightly.yml | 2 +- .github/workflows/push-master.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/apt.yml b/.github/workflows/apt.yml index fc5520af..f8b15e0d 100644 --- a/.github/workflows/apt.yml +++ b/.github/workflows/apt.yml @@ -107,7 +107,7 @@ jobs: reprepro -Vb apt export - name: Download artifacts - uses: actions/download-artifact@v2.0.10 + uses: actions/download-artifact@v3.0.0 - name: Include artifacts into the package source run: | diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index b6c818ac..dea83273 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -154,7 +154,7 @@ jobs: reprepro -Vb nightly export - name: Download artifacts - uses: actions/download-artifact@v2.0.10 + uses: actions/download-artifact@v3.0.0 - name: Include artifacts into the package source run: | diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index ebaf65b9..4b142370 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -172,7 +172,7 @@ jobs: # Download artifacts from previous build process - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3.0.0 with: path: artifacts