Skip to content

Commit

Permalink
updating my ancient version of uploadartifact
Browse files Browse the repository at this point in the history
  • Loading branch information
sphawes committed Sep 9, 2024
1 parent 4202a9c commit e0d3d27
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-marlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Rename firmware file using todays date
run: mv ./Marlin/.pio/build/Index_Mobo_Rev03/firmware.bin ./Marlin/.pio/build/Index_Mobo_Rev03/index_mobo_v3_marlin_firmware_${{ env.dt }}.bin

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: LumenPnP_Mobo_REV3-1_Marlin_Firmware_${{ env.dt }}
path: ./Marlin/.pio/build/Index_Mobo_Rev03/*.bin
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/export-bom.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
- name: upload BOM results
if: github.event_name != 'release'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: LumenPnP-BOM
path: LumenPnP-BOM.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/export-cables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: upload BOM results
if: github.event_name != 'release'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: LumenPnP-Cables
path: LumenPnP-Cables.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/export-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: upload BOM results
if: github.event_name != 'release'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: LumenPnP-Config
path: LumenPnP-Config.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/export-ecad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
zip -r -j LumenPnP-PCBs-${{ github.event.release.tag_name }}.zip mobo/mobo.zip ring-light/ringLight.zip datum/datum.zip staging-plate/staging-plate.zip ftp/ftp.zip x-cable-chain-support/x-cable-chain-support.zip xy-limit/xy-limit.zip z-limit/z-limit.zip
- name: Upload Mobo Export Files as Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: LumenPnP-PCBs.zip
path: pnp/pcb/LumenPnP-PCBs.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/export-mcad.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

- name: Upload DXFs as Artifacts
if: github.event_name != 'release'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: LumenPnP-DXFs
path: .github/workflows/scripts/csm-export/*.dxf
Expand Down

0 comments on commit e0d3d27

Please sign in to comment.