From 73d21ae7f53c7990c7d1873aa6d7f1c78b7c545d Mon Sep 17 00:00:00 2001 From: Keval Kapdee Date: Thu, 28 Mar 2024 16:41:32 +0000 Subject: [PATCH] Update upload action version --- .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 95062b7..bd9f7d3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,6 @@ jobs: - name: Create archive run: tar czf pacdef-${{ matrix.features }}.tar.gz target/release/pacdef LICENSE README.md - name: Upload to release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: pacdef-${{ matrix.features }}.tar.gz