diff --git a/.github/workflows/package_c.yml b/.github/workflows/package_c.yml index 72977bd339..e11f773b3a 100644 --- a/.github/workflows/package_c.yml +++ b/.github/workflows/package_c.yml @@ -42,7 +42,7 @@ jobs: - name: Test C library run: ./source/install/docker_test_package_c.sh - name: Release - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 if: startsWith(github.ref, 'refs/tags/') with: files: ${{ matrix.filename }}