diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 355b3bd..121f92c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - run: make docker.tar to-file=.cache/image.tar tags=build-${{ github.run_number }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: image-${{ github.run_number }} path: .cache/image.tar