Skip to content

Commit

Permalink
Upgrade upload-artifact github action
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 671271536
  • Loading branch information
torsm authored and copybara-github committed Sep 5, 2024
1 parent 90fbf59 commit a51d5c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
cp dist/*.whl $DEPLOY_PATH
- if: ${{ github.event_name == 'push' }}
name: Upload installers to GitHub artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: linux-installers
path: deploy/
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
ls -la $DEPLOY_PATH
- if: ${{ github.event_name == 'push' }}
name: Upload installers to GitHub artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: windows-installers
path: deploy/
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
ls -la $DEPLOY_PATH
- if: ${{ github.event_name == 'push' }}
name: Upload installers to GitHub artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: osx-installers
path: deploy/
Expand Down

0 comments on commit a51d5c7

Please sign in to comment.