diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a76ed0..ed46da6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,12 +58,12 @@ jobs: packages: write steps: - name: Download docker artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: docker path: docker - name: Download docker artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: build path: build/libs