Skip to content

Commit

Permalink
Merge pull request #263 from Chia-Network/wallentx/actions-latest
Browse files Browse the repository at this point in the history
Setting actions version to latest
  • Loading branch information
haorldbchi authored Jan 19, 2023
2 parents 14f1d7f + 474761a commit 0af0a6f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: .github/actions/build-asset-unix.sh

- name: Upload Artifact Ubuntu x86-64
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
path: ${{ github.workspace }}/bin/${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
.github/actions/build-asset-unix.sh
- name: Upload Artifact CentOS x86-64
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
path: ${{ github.workspace }}/bin/${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
run: .github/actions/build-asset-unix.sh

- name: Upload Artifact Ubuntu ARM64
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
path: ${{ github.workspace }}/bin/${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
.github/actions/build-asset-unix.sh
- name: Upload Artifact CentOS ARM64
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
path: ${{ github.workspace }}/bin/${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
ls -la ../../bin
- name: Upload Artifact Windows x86-64
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
path: ${{ github.workspace }}/bin/${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
run: .github/actions/build-asset-unix.sh

- name: Upload Artifact macOS arm64
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
path: ${{ github.workspace }}/bin/${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
run: .github/actions/build-asset-unix.sh

- name: Upload Artifact macOS x86-64
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
path: ${{ github.workspace }}/bin/${{ steps.version_number.outputs.BB_ARTIFACT_NAME }}
Expand Down

0 comments on commit 0af0a6f

Please sign in to comment.