Skip to content

Commit

Permalink
CI: bump artifact actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
stintel committed Jan 23, 2025
1 parent 324fb23 commit c48ed9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-willow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,17 @@ jobs:
run: cd /willow/build && sha256sum "${{ env.dist_filename }}" > "${{ env.dist_filename }}.sha256sum.txt"

- name: upload willow-dist.bin artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "${{ env.dist_filename }}"
path: "/willow/build/${{ env.dist_filename }}*"
- name: upload willow-ota.bin artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "${{ env.ota_filename }}"
path: "/willow/build/${{ env.ota_filename }}*"
- name: upload build artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "${{ env.partitions_filename }}"
path: |
Expand All @@ -106,7 +106,7 @@ jobs:
needs: build-willow-dist
steps:
- name: download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4

- name: pwd
run: pwd
Expand Down

0 comments on commit c48ed9d

Please sign in to comment.