From 4365ad337f9dfe9c9c9179e284018c960c8c2cd8 Mon Sep 17 00:00:00 2001 From: Philip Sampaio Date: Wed, 15 May 2024 20:15:23 -0300 Subject: [PATCH] Update actions (#150) --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index adb1190..7427c02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: - name: Build the project id: build-crate - uses: philss/rustler-precompiled-action@v1.1.3 + uses: philss/rustler-precompiled-action@v1.1.4 with: project-name: html5ever_nif project-version: ${{ env.PROJECT_VERSION }} @@ -78,7 +78,7 @@ jobs: echo "${{ steps.build-crate.outputs.file-sha256 }} ${{ steps.build-crate.outputs.file-name }}" >> $GITHUB_STEP_SUMMARY - name: Publish archives and packages - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 with: files: | ${{ steps.build-crate.outputs.file-path }}