From 909bff013c99278e115e648ed08f6f4d7b13feea Mon Sep 17 00:00:00 2001 From: Darren Dowker Date: Fri, 13 Sep 2024 18:16:31 -0700 Subject: [PATCH] update deprecated github action --- .github/workflows/ci-workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"