diff --git a/.github/workflows/build-test-deploy.yaml b/.github/workflows/build-test-deploy.yaml index cbd0806f9..1fab18cbb 100644 --- a/.github/workflows/build-test-deploy.yaml +++ b/.github/workflows/build-test-deploy.yaml @@ -92,7 +92,7 @@ jobs: shell: bash - uses: actions/checkout@v4 - run: make generate preflight - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: preflight path: bin/preflight @@ -181,7 +181,7 @@ jobs: shell: bash - uses: actions/checkout@v4 - run: make generate support-bundle - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: support-bundle path: bin/support-bundle @@ -256,7 +256,7 @@ jobs: shell: bash - uses: actions/checkout@v4 - run: make generate collect - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: collect path: bin/collect diff --git a/.github/workflows/license.yaml b/.github/workflows/license.yaml index 0799bf817..9698199c0 100644 --- a/.github/workflows/license.yaml +++ b/.github/workflows/license.yaml @@ -30,7 +30,7 @@ jobs: run: trivy fs --scanners license --skip-dirs ".github" . | tee license-report.txt - name: Upload license report artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: license-report path: license-report.txt