Skip to content

Commit

Permalink
Merge pull request #73 from shufps/develop
Browse files Browse the repository at this point in the history
updated workflow for using v3 upload and download
  • Loading branch information
shufps authored Feb 1, 2025
2 parents cf69359 + 51d30de commit acfb517
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
sha256sum esp-miner-factory-${{ matrix.label }}-${{ env.VERSION_TAG }}.bin > esp-miner-factory-${{ matrix.label }}-${{ env.VERSION_TAG }}.sha256
- name: Upload SHA-256 Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: esp-miner-factory-${{ matrix.label }}-${{ env.VERSION_TAG }}.sha256
path: esp-miner-factory-${{ matrix.label }}-${{ env.VERSION_TAG }}.sha256
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
echo "VERSION_TAG=${version}"
- name: Download SHA-256 Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./artifacts

Expand Down

0 comments on commit acfb517

Please sign in to comment.