Skip to content

Commit

Permalink
Merge pull request #9 from Fyko/renovate/actions-upload-artifact-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/upload-artifact action to v4
  • Loading branch information
Fyko authored Dec 27, 2023
2 parents 071a9e4 + fe5152f commit 5cc5259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: python3 -m tf2onnx.convert --saved-model ./model --output ./model.onnx --opset 16

- name: Upload model as artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: model
path: model.onnx

0 comments on commit 5cc5259

Please sign in to comment.