Skip to content

Commit

Permalink
Update GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
latchdevel committed Oct 3, 2024
1 parent 20c1b56 commit b3ca096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
# Clone repo using the checkout action.
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:

# Upload binary files to artifacts
- name: Upload compiled binaries to Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: "Picoder binary for ${{ matrix.config.name }}"
path: |
Expand Down

0 comments on commit b3ca096

Please sign in to comment.