Skip to content

Commit

Permalink
Update deprecated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuelzon committed Oct 11, 2024
1 parent 7bd29fe commit b5bf249
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ jobs:
command: idf.py image

- name: Upload Application Image
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4
with:
name: Application
path: build/ble2mqtt.bin

- name: Upload Filesystem Image
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4
with:
name: File System
path: build/fs_0.bin

- name: Upload Full Flash Image
uses: actions/upload-artifact@v2.2.4
uses: actions/upload-artifact@v4
with:
name: Full Flash Image
path: build/ble2mqtt-full.bin

0 comments on commit b5bf249

Please sign in to comment.