diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e65ea20..89cf949 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -255,7 +255,7 @@ jobs: - name: Upload to Release if: hashFiles('artifact/*') != '' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | artifact/${{ matrix.artifact_name }} @@ -283,7 +283,7 @@ jobs: cat weeb-cli-linux-x86_64.AppImage.sha256 - name: Upload to Release - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: | artifact/weeb-cli-linux-x86_64.AppImage