diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ed93a1c..00c3797 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -52,7 +52,7 @@ jobs: - name: Release if: github.ref == 'refs/heads/flavourLTS' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: ${{ github.workspace }}/output/* tag_name: v${{ env.isotag }} @@ -161,7 +161,7 @@ jobs: - name: Release if: github.ref == 'refs/heads/flavourLTS' - uses: softprops/action-gh-release@v2 + uses: softprops/action-gh-release@v3 with: files: ${{ github.workspace }}/output/* tag_name: v${{ env.isotag }}