Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
latchdevel committed Jul 3, 2024
1 parent 6579e79 commit 2285843
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CompileTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ jobs:
# First of all, we clone the repo using the "checkout" action.
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

# We use the "arduino/setup-arduino-cli" action to install and
# configure the Arduino CLI on the system.
- name: Setup Arduino CLI
uses: arduino/setup-arduino-cli@v1.1.1
uses: arduino/setup-arduino-cli@v2

# We then install the platform, which one will be determined
# dynamically by the build matrix.
Expand All @@ -103,7 +103,7 @@ jobs:

# Upload binary (.hex) files to artifacts
- name: Upload compiled binaries files to Artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v4
with:
name: "Binaries for ${{ matrix.config.board }}"
path: ./

0 comments on commit 2285843

Please sign in to comment.