Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Melechtna authored Apr 30, 2024
1 parent fbe0b7c commit 813e485
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install Rust toolchain
run: |
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-latest # Can be any OS

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Download Artifacts
run: |
Expand All @@ -55,7 +55,7 @@ jobs:
done
- name: Create Release
uses: nlopes/release-action@v3
uses: nlopes/release-action@v4
with:
tag_name: ${{ github.ref }} # Use pushed tag name
release_name: "Release - ${{ github.sha }} (built on ${{ format('{:%Y-%m-%d}', github.event.time) }})"
Expand Down

0 comments on commit 813e485

Please sign in to comment.