From c41c49cec76bb124c1a5dc5e24613e1fccb7be76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 11:47:07 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 3 Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 3. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/go-application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-application.yml b/.github/workflows/go-application.yml index fcb626f1..a5dd4a81 100644 --- a/.github/workflows/go-application.yml +++ b/.github/workflows/go-application.yml @@ -221,7 +221,7 @@ jobs: if: startsWith(github.ref, 'refs/tags/') steps: - name: Download binary - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v3 with: name: logstash-exporter-${{ matrix.binary }} - name: Generate sha256 checksum