diff --git a/.github/workflows/ci-workflow.yaml b/.github/workflows/ci-workflow.yaml index 0ee1ac26..7219349c 100644 --- a/.github/workflows/ci-workflow.yaml +++ b/.github/workflows/ci-workflow.yaml @@ -145,7 +145,7 @@ jobs: # We upload this to the artifacts that are attached to the action just to make it easy for # someone to pull down a build from another branch. - name: "Upload Binaries" - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: "gazette-x86_64-linux-gnu.zip" path: ".build-ci/gazette-x86_64-linux-gnu.zip"