diff --git a/.github/workflows/azure-e2e-test.yml b/.github/workflows/azure-e2e-test.yml index 6dd0c9ba4..97f715bee 100644 --- a/.github/workflows/azure-e2e-test.yml +++ b/.github/workflows/azure-e2e-test.yml @@ -156,7 +156,7 @@ jobs: run: ssh-keygen -t rsa -b 4096 -f install/overlays/azure/id_rsa -N "" -C dev@coco.io - name: Save the configuration created here - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: path: | src/cloud-api-adaptor/install/overlays/azure/id_rsa.pub diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index d97240768..82a636119 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -59,7 +59,7 @@ jobs: cat tests_report.txt | $(go env GOPATH)/bin/go-junit-report -set-exit-code > tests_report_junit.xml shell: bash - name: Upload tests report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: matrix.type == 'dev' with: name: tests_report_junit-${{ matrix.runner }}_${{ env.GO_VERSION }} diff --git a/.github/workflows/caa_build_and_push_per_arch.yaml b/.github/workflows/caa_build_and_push_per_arch.yaml index c1606288c..6f768c3ba 100644 --- a/.github/workflows/caa_build_and_push_per_arch.yaml +++ b/.github/workflows/caa_build_and_push_per_arch.yaml @@ -115,7 +115,7 @@ jobs: cd src/cloud-api-adaptor && ARCHES=${{matrix.arches}} RELEASE_BUILD=true RELEASE_TAGS=${{ inputs.release_tags}} make image-with-arch registry=${{ inputs.registry }} - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: image-artifacts retention-days: 1 diff --git a/.github/workflows/e2e_run_all.yaml b/.github/workflows/e2e_run_all.yaml index cfbf0162c..6bdb036b2 100644 --- a/.github/workflows/e2e_run_all.yaml +++ b/.github/workflows/e2e_run_all.yaml @@ -142,7 +142,7 @@ jobs: done - name: Upload install directory for next test runs - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: install_directory path: src/cloud-api-adaptor/install/ diff --git a/.github/workflows/podvm_mkosi.yaml b/.github/workflows/podvm_mkosi.yaml index a12608597..c097dbc47 100644 --- a/.github/workflows/podvm_mkosi.yaml +++ b/.github/workflows/podvm_mkosi.yaml @@ -122,7 +122,7 @@ jobs: run: make image-debug - name: Upload image - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: podvm-mkosi-${{ github.sha }} path: src/cloud-api-adaptor/podvm-mkosi/build/system.raw