diff --git a/.github/workflows/build-extension-charts.yml b/.github/workflows/build-extension-charts.yml index e41e26b..c60fe0d 100644 --- a/.github/workflows/build-extension-charts.yml +++ b/.github/workflows/build-extension-charts.yml @@ -83,7 +83,7 @@ jobs: - name: Upload charts artifact if: github.ref_type == 'tag' || (github.ref == 'refs/heads/main' && github.event_name != 'pull_request') - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: charts path: tmp diff --git a/.github/workflows/build-extension.yml b/.github/workflows/build-extension.yml index d4bae68..0cf0f8a 100644 --- a/.github/workflows/build-extension.yml +++ b/.github/workflows/build-extension.yml @@ -72,7 +72,7 @@ jobs: - name: Upload charts artifact if: github.ref == 'refs/heads/main' && github.event_name != 'pull_request' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: charts path: tmp