From b2ebef7dc970631070619fc5e10c3eab865c8f02 Mon Sep 17 00:00:00 2001 From: Marcelo Pergher Amaro Date: Fri, 13 Sep 2024 17:00:47 -0300 Subject: [PATCH] feat: update release.yml --- .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 9c583ade..ec2edafc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: future_release: ${{ needs.auto-gen-tag.outputs.tag }} since_tag: ${{ steps.get_latest_release.outputs.release }} - name: Upload changelog - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: changelog path: CHANGELOG.md