diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 628719d..92f5cf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,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: ${{ matrix.dist }}-${{ github.run_number }} path: .cache/image.tar