Skip to content

Commit

Permalink
Update runner actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto authored Feb 1, 2024
1 parent 6e6d522 commit 1db35a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup toolchain
if: runner.os == 'Linux'
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
shell: bash

- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: |
Expand Down

0 comments on commit 1db35a7

Please sign in to comment.