Skip to content
Closed
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
8 changes: 4 additions & 4 deletions .github/workflows/deploy-container-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

# Upload output from workflow run
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: train-artifacts
path: databricks/train-artifacts
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:

# Upload model from workflow run
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: containerize-artifacts
path: containerize-artifacts
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:

# Upload model from workflow run
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: staging-artifacts
path: staging-artifacts
Expand Down Expand Up @@ -326,7 +326,7 @@ jobs:

# Upload model from workflow run
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: production-artifacts
path: production-artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:

# Upload output from deployment
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: artifacts
path: artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

# Upload output from workflow run
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: train-artifacts
path: databricks/train-artifacts
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:

# Upload model from workflow run
- name: Upload artifacts
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: containerize-artifacts
path: containerize-artifacts
Expand Down