Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartpittaway committed Aug 2, 2024
1 parent bc17dd8 commit 0754232
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 @@ -90,7 +90,7 @@ jobs:
cp ./ESP32BoardTest/.pio/build/esp32-devkitc/diybms_boardtest_espressif32_esp32-devkitc.bin ~/OUTPUT/ControllerBoardTest/
- name: Publish Artifacts 1
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: DIYBMS-Compiled
path: ~/OUTPUT
Expand All @@ -101,7 +101,7 @@ jobs:
needs: [job_build_modulecode]
steps:
- name: Download artifact DIYBMS-Compiled
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: DIYBMS-Compiled

Expand All @@ -128,7 +128,7 @@ jobs:
run: mv release.zip release_${{ env.dt }}.zip

- name: Publish Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: DIYBMS-Release-Artifact-${{ env.dt }}
path: |
Expand Down

0 comments on commit 0754232

Please sign in to comment.