From bef7e25353d8f6962904ea6157df025dd751e084 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 1 Nov 2020 02:55:52 +0000 Subject: [PATCH] Update actions/upload-artifact action to v2 --- .github/workflows/build_and_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_release.yaml b/.github/workflows/build_and_release.yaml index 3245958..2c34d15 100644 --- a/.github/workflows/build_and_release.yaml +++ b/.github/workflows/build_and_release.yaml @@ -30,7 +30,7 @@ jobs: gzip: false - name: Save binaries to artifacts if: failure() - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 with: name: binaries path: build