Skip to content

Commit

Permalink
Update github actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
fourlastor committed Jan 26, 2024
1 parent fab2f18 commit bd3b4a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
os: [ windows-latest, macos-latest, ubuntu-latest ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build Windows
if: matrix.os == 'windows-latest'
run: |
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
zip out/roast-linux-x86_64.zip ./roast-linux-x86_64
zip out/roast-linux-aarch64.zip ./roast-linux-aarch64
- name: Artifact upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: outputs
path: out
Expand Down

0 comments on commit bd3b4a2

Please sign in to comment.