diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index 3d11aa3..2a8991a 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -25,7 +25,7 @@ jobs: run: docker build -f Dockerfile.${{ matrix.engine }} -t cpr-smoke-${{ matrix.engine }} . - name: Save image run: docker save cpr-smoke-${{ matrix.engine }} -o /tmp/cpr-smoke-${{ matrix.engine }}.tar - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: cpr-smoke-${{ matrix.engine }}-image path: /tmp/cpr-smoke-${{ matrix.engine }}.tar