Skip to content

Commit

Permalink
Upgrade deprecated GitHub Actions steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez committed May 28, 2024
1 parent e81e698 commit 98502e5
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 @@ -10,7 +10,7 @@ jobs:
mcu: ["t214", "t414", "t814"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install asxxxx
run: |
Expand All @@ -27,7 +27,7 @@ jobs:
cat firmware/mxlock_${{ matrix.mcu }}_eeprom.lst
- name: 'Upload build artifacts'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts-${{ matrix.mcu }}
path: |
Expand Down

0 comments on commit 98502e5

Please sign in to comment.