From 91552e83a002d7749aee32d5657f3b4828270937 Mon Sep 17 00:00:00 2001 From: Philip Sampaio Date: Tue, 12 Mar 2024 16:59:33 -0300 Subject: [PATCH] Using newer version of upload-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 93e4a4f..3189012 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,7 +68,7 @@ jobs: project-dir: "native/html5ever_nif" - 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 }}