From e94b73b015bf2efb521a5fc6eef67cd2570df051 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 11:06:50 +0000 Subject: [PATCH] Bump actions/upload-artifact from 2 to 3 (#1616) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb0ae64..dbaa534 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -92,7 +92,7 @@ jobs: since_tag: ${{ steps.prep.outputs.previous_version }} output: release_notes.md - - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: release-notes path: release_notes.md