Skip to content

Commit

Permalink
Merge pull request #453 from fuzzland/fix-ci-build-error
Browse files Browse the repository at this point in the history
Fix ci build error
  • Loading branch information
jacob-chia authored Apr 3, 2024
2 parents f89d257 + 35118b5 commit 130beec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: "nightly-2023-11-01"
toolchain: "nightly-2024-01-01"
targets: ${{ matrix.job.target }}
- uses: Swatinem/rust-cache@v2
with:
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
# Creates the release for this specific version
- name: Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: ${{ needs.prepare.outputs.release_name }}
tag_name: ${{ needs.prepare.outputs.tag_name }}
Expand All @@ -196,7 +196,7 @@ jobs:
# tagged `nightly` for compatibility with `ityfuzzup`
- name: Update nightly release
if: ${{ env.IS_NIGHTLY }}
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: "Nightly"
tag_name: "nightly"
Expand Down

0 comments on commit 130beec

Please sign in to comment.