Skip to content

Commit 4365ad3

Browse files
authored
Update actions (#150)
1 parent 87239c3 commit 4365ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Build the project
5959
id: build-crate
60-
uses: philss/rustler-precompiled-action@v1.1.3
60+
uses: philss/rustler-precompiled-action@v1.1.4
6161
with:
6262
project-name: html5ever_nif
6363
project-version: ${{ env.PROJECT_VERSION }}
@@ -78,7 +78,7 @@ jobs:
7878
echo "${{ steps.build-crate.outputs.file-sha256 }} ${{ steps.build-crate.outputs.file-name }}" >> $GITHUB_STEP_SUMMARY
7979
8080
- name: Publish archives and packages
81-
uses: softprops/action-gh-release@v1
81+
uses: softprops/action-gh-release@v2
8282
with:
8383
files: |
8484
${{ steps.build-crate.outputs.file-path }}

0 commit comments

Comments
 (0)