diff --git a/.github/workflows/build_tag.yaml b/.github/workflows/build_tag.yaml index 091f2204797..3410b1c228b 100644 --- a/.github/workflows/build_tag.yaml +++ b/.github/workflows/build_tag.yaml @@ -73,7 +73,7 @@ jobs: export CONTOUR_E2E_IMAGE="ghcr.io/projectcontour/contour:$(git describe --tags)" make setup-kind-cluster run-gateway-conformance cleanup-kind - name: Upload gateway conformance report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: gateway-conformance-report path: gateway-conformance-report/projectcontour-contour-*.yaml diff --git a/.github/workflows/prbuild.yaml b/.github/workflows/prbuild.yaml index 085d4216a43..542c7a5a08d 100644 --- a/.github/workflows/prbuild.yaml +++ b/.github/workflows/prbuild.yaml @@ -103,7 +103,7 @@ jobs: run: | make multiarch-build - name: Upload image - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: image path: image/contour-*.tar @@ -142,7 +142,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: image path: image @@ -204,7 +204,7 @@ jobs: # recent release tag. fetch-depth: 0 - name: Download image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: image path: image @@ -336,7 +336,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Download image - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: image path: image