Skip to content

Commit

Permalink
Bump upload-artifacts, and download-artifacts for node20.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaos authored and tobni committed Jul 14, 2024
1 parent 69a475a commit ac1f683
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 42 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,10 @@ jobs:
- continue-on-error: true
if: always()
name: Upload pants.log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logs-wheels-and-pex-Linux-ARM64
overwrite: 'true'
path: .pants.d/workdir/*.log
- if: needs.release_info.outputs.is-release == 'true'
name: Upload Wheel and Pex
Expand Down Expand Up @@ -134,9 +135,10 @@ jobs:
- continue-on-error: true
if: always()
name: Upload pants.log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logs-wheels-and-pex-Linux-x86_64
overwrite: 'true'
path: .pants.d/workdir/*.log
- if: needs.release_info.outputs.is-release == 'true'
name: Upload Wheel and Pex
Expand Down Expand Up @@ -225,9 +227,10 @@ jobs:
- continue-on-error: true
if: always()
name: Upload pants.log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logs-wheels-and-pex-macOS10-15-x86_64
overwrite: 'true'
path: .pants.d/workdir/*.log
- if: needs.release_info.outputs.is-release == 'true'
name: Upload Wheel and Pex
Expand Down Expand Up @@ -309,9 +312,10 @@ jobs:
- continue-on-error: true
if: always()
name: Upload pants.log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logs-wheels-and-pex-macOS11-ARM64
overwrite: 'true'
path: .pants.d/workdir/*.log
- if: needs.release_info.outputs.is-release == 'true'
name: Upload Wheel and Pex
Expand Down
Loading

0 comments on commit ac1f683

Please sign in to comment.