Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-linux-installer-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
SECRET: "${{ secrets.INSTALLER_UPLOAD_SECRET }}"

# Get the most recent release from chia-plotter-madmax
- uses: actions/github-script@v4
- uses: actions/github-script@v6.3.0
id: 'latest-madmax'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -108,7 +108,7 @@ jobs:
chmod +x "$GITHUB_WORKSPACE/madmax/salvia_plot_k34"

# Get the most recent release from bladebit
- uses: actions/github-script@v4
- uses: actions/github-script@v6.3.0
id: 'latest-bladebit'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-linux-installer-rpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
SECRET: "${{ secrets.INSTALLER_UPLOAD_SECRET }}"

# Get the most recent release from chia-plotter-madmax
- uses: actions/github-script@v4
- uses: actions/github-script@v6.3.0
id: 'latest-madmax'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -77,7 +77,7 @@ jobs:
chmod +x "$GITHUB_WORKSPACE/madmax/salvia_plot_k34"

# Get the most recent release from bladebit
- uses: actions/github-script@v4
- uses: actions/github-script@v6.3.0
id: 'latest-bladebit'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-macos-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
p12-password: ${{ secrets.APPLE_DEV_ID_APP_PASS }}

# Get the most recent release from chia-plotter-madmax
- uses: actions/github-script@v4
- uses: actions/github-script@v6.3.0
id: 'latest-madmax'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
deactivate

# Get the most recent release from chia-plotter-madmax
- uses: actions/github-script@v4
- uses: actions/github-script@v6.3.0
id: 'latest-madmax'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -111,7 +111,7 @@ jobs:
Invoke-WebRequest https://github.com/Chia-Network/chia-plotter-madmax/releases/download/${{ steps.latest-madmax.outputs.result }}/chia_plot_k34-${{ steps.latest-madmax.outputs.result }}.exe -OutFile "$env:GITHUB_WORKSPACE\madmax\salvia_plot_k34.exe"

# Get the most recent release from bladebit
- uses: actions/github-script@v4
- uses: actions/github-script@v6.3.0
id: 'latest-bladebit'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down