diff --git a/.github/workflows/build-test-deploy.yaml b/.github/workflows/build-test-deploy.yaml index d9ff051e..704441e4 100644 --- a/.github/workflows/build-test-deploy.yaml +++ b/.github/workflows/build-test-deploy.yaml @@ -59,7 +59,7 @@ jobs: with: go-version-file: 'go.mod' - run: make generate preflight - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: preflight path: bin/preflight @@ -89,7 +89,7 @@ jobs: with: go-version-file: 'go.mod' - run: make generate support-bundle - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: support-bundle path: bin/support-bundle diff --git a/.github/workflows/build-test.yaml b/.github/workflows/build-test.yaml index 7c3f8bf3..366efac9 100644 --- a/.github/workflows/build-test.yaml +++ b/.github/workflows/build-test.yaml @@ -92,7 +92,7 @@ jobs: - uses: actions/checkout@v5 - uses: ./.github/actions/setup-go - run: make build - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v5 with: name: binaries path: bin/ diff --git a/.github/workflows/regression-test.yaml b/.github/workflows/regression-test.yaml index 64286761..443b6c16 100644 --- a/.github/workflows/regression-test.yaml +++ b/.github/workflows/regression-test.yaml @@ -201,7 +201,7 @@ jobs: - name: Upload test artifacts if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: regression-test-results-${{ github.run_id }}-${{ github.run_attempt }} path: |