Skip to content

Commit

Permalink
update our actions to use newer versions of the github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Dec 12, 2023
1 parent 2791f5d commit f600dd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Cache arduino dep downloads
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ github.workspace}}/.arduino/downloads
key: ${{ runner.os }}-arduino-downloads
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Add the NEWS as a changelog to the artifacts
run: cp NEWS.md output/firmware-changelog.md
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: firmwares
path: |
Expand All @@ -45,7 +45,7 @@ jobs:
- run: make setup
- run: make all KALEIDOSCOPE_TEMP_PATH=${{ github.workspace}}/.kaleidoscope-temp
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: firmwares
path: |
Expand Down

0 comments on commit f600dd5

Please sign in to comment.