From 2281fdefee8d2588ddebe6c4d9f85dcf355f0b37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 23:35:16 +0200 Subject: [PATCH] Bump actions/upload-artifact from 1 to 2.2.4 (#1) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 1 to 2.2.4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v1...v2.2.4) --- updated-dependencies: - dependency-name: actions/upload-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/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3eea7de..94c2586 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -50,13 +50,13 @@ jobs: echo "Hello world from file B" > path/to/artifact-B/file-B.txt - name: Upload artifact A - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.2.4 with: name: 'Artifact-A' path: path/to/artifact-A - name: Upload artifact B - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2.2.4 with: name: 'Artifact-B' path: path/to/artifact-B