From 2f1f1920bc22f3573120c6d5cd19751d29822d8f Mon Sep 17 00:00:00 2001 From: Martin Feckie Date: Sat, 18 Jan 2025 18:57:38 +0900 Subject: [PATCH] Bump artifact action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 949a6a7..db6b816 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -64,7 +64,7 @@ jobs: project-dir: "native/ex_brotli" - name: Artifact upload - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ steps.build-crate.outputs.file-name }} path: ${{ steps.build-crate.outputs.file-path }}