Skip to content

Commit fa3090f

Browse files
Updated artifact action
1 parent 1b679fd commit fa3090f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/model-training.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Train model
1515
run: python src/train.py
1616
- name: Upload trained model
17-
uses: actions/upload-artifact@v3
17+
uses: actions/upload-artifact@v4
1818
with:
1919
name: regressor_mpg.pickle
2020
path: data/models/regressor_mpg.pickle

0 commit comments

Comments
 (0)