diff --git a/.github/workflows/_docs.yml b/.github/workflows/_docs.yml index 7867651..c9c3c4d 100644 --- a/.github/workflows/_docs.yml +++ b/.github/workflows/_docs.yml @@ -30,7 +30,7 @@ jobs: run: rm build/html/.doctrees/environment.pickle - name: Upload built docs artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: docs path: build diff --git a/.github/workflows/_helm.yml b/.github/workflows/_helm.yml index 8d58ba0..fa1d2ce 100644 --- a/.github/workflows/_helm.yml +++ b/.github/workflows/_helm.yml @@ -53,7 +53,7 @@ jobs: done - name: Upload helm chart values schemas - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: helm-chart-schemas path: schemas/* diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index 08f4be2..e0f4454 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -7,7 +7,7 @@ jobs: steps: - name: Download artifacts - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: merge-multiple: true @@ -23,7 +23,7 @@ jobs: - name: Create GitHub Release # We pin to the SHA, not the tag, for security reasons. # https://docs.github.com/en/actions/learn-github-actions/security-hardening-for-github-actions#using-third-party-actions - uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3 + uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2 with: prerelease: ${{ contains(github.ref_name, 'a') || contains(github.ref_name, 'b') || contains(github.ref_name, 'rc') }} files: "*"