Skip to content

Commit

Permalink
Update actions versions (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgb authored Sep 19, 2024
1 parent f0091aa commit 1228690
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 @@ -16,7 +16,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Install latest rust toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Install latest rust toolchain
uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -165,7 +165,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
- name: Compress binary
run: >
gzip -9 --keep --force
Expand Down

0 comments on commit 1228690

Please sign in to comment.