diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d41de723a6..c2fe557d78 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -267,14 +267,14 @@ jobs: - name: Build yaml manifest run: VERSION=${{ github.ref_name }} make codegen-manifest-release - name: Upload install manifest - uses: svenstaro/upload-release-action@7319e4733ec7a184d739a6f412c40ffc339b69c7 # 2.5.0 + uses: svenstaro/upload-release-action@58d525808845e4c8ff229ea1d5d7c496504a79bc # 2.6.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: .manifest/release.yaml asset_name: install.yaml tag: ${{ github.ref }} - name: Upload CRD manifest - uses: svenstaro/upload-release-action@7319e4733ec7a184d739a6f412c40ffc339b69c7 # 2.5.0 + uses: svenstaro/upload-release-action@58d525808845e4c8ff229ea1d5d7c496504a79bc # 2.6.0 with: repo_token: ${{ secrets.GITHUB_TOKEN }} file: config/crds/*.yaml