Skip to content

Commit

Permalink
Update GitHub Actions to Node 20 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
9999years authored Apr 3, 2024
1 parent 94a8f62 commit b5cd482
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
target/release/git-gr-aarch64-linux
- name: Upload macOS executable
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: runner.os == 'macOS'
with:
name: macos
Expand Down Expand Up @@ -180,17 +180,17 @@ jobs:
#
# For example, the following artifact:
#
# - uses: actions/upload-artifact@v3
# - uses: actions/upload-artifact@v4
# with:
# name: linux
# path: target/release/ghciwatch-aarch64-linux
#
# will be downloaded to `linux/ghciwatch-aarch64-linux`.
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: Create release
id: create_release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit b5cd482

Please sign in to comment.