diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7959fd49..f1a09985 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,13 +141,13 @@ jobs: steps: - name: Download rspec artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: cc-rspec path: tmp - name: Download ember artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: cc-ember path: tmp