Skip to content

Commit

Permalink
chore: Upgrade artifact upload action (#2399)
Browse files Browse the repository at this point in the history
  • Loading branch information
sulhicader authored Sep 26, 2024
1 parent bf50730 commit 641f8b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-university.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,14 +69,14 @@ jobs:
--helm-app-runtime-image-repo 524466471676.dkr.ecr.us-east-1.amazonaws.com/h2oai/university \
--generate-dockerfile
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wave-bundle
path: |
./university/*.Dockerfile
./university/*.wave
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wave-bundle-helm
path: university/helm/
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,14 @@ jobs:
--helm-app-runtime-image-repo 524466471676.dkr.ecr.us-east-1.amazonaws.com/h2oai/tour \
--generate-dockerfile
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wave-bundle
path: |
./py/tmp/tour/*.Dockerfile
./py/tmp/tour/*.wave
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: wave-bundle-helm
path: py/tmp/tour/helm/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wave-bundle-docker-build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Download Wave bundle and Dockerfiles
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ inputs.bundle-artifact }}
path: ./
Expand Down

0 comments on commit 641f8b2

Please sign in to comment.