Skip to content

Commit

Permalink
feat: use newest version of checkout and artifacts actions
Browse files Browse the repository at this point in the history
  • Loading branch information
wassimk committed Jun 8, 2024
1 parent 5065a64 commit 353a471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

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

- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
Expand All @@ -48,7 +48,7 @@ jobs:
cd -
- name: Publish release artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: elgato-light-${{ matrix.platform.os_name }}
path: "elgato-light-*"
Expand Down

0 comments on commit 353a471

Please sign in to comment.