From f327b5063ea789ef7a72b46f0b35f735206600c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 19:15:29 +0100 Subject: [PATCH] Bump actions/download-artifact from 3.0.1 to 3.0.2 (#1562) Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3.0.1...v3.0.2) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch ... 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 c28f5761..fc5eca13 100644 --- a/.github/workflows/apt.yml +++ b/.github/workflows/apt.yml @@ -108,7 +108,7 @@ jobs: reprepro -Vb apt export - name: Download artifacts - uses: actions/download-artifact@v3.0.1 + uses: actions/download-artifact@v3.0.2 - name: Include artifacts into the package source run: | diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index e009245f..75365c4c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -158,7 +158,7 @@ jobs: reprepro -Vb nightly export - name: Download artifacts - uses: actions/download-artifact@v3.0.1 + uses: actions/download-artifact@v3.0.2 - name: Include artifacts into the package source run: | diff --git a/.github/workflows/push-master.yml b/.github/workflows/push-master.yml index 78584474..c820a447 100644 --- a/.github/workflows/push-master.yml +++ b/.github/workflows/push-master.yml @@ -171,7 +171,7 @@ jobs: # Download artifacts from previous build process - name: Download artifacts - uses: actions/download-artifact@v3.0.1 + uses: actions/download-artifact@v3.0.2 with: path: artifacts