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