Skip to content

Commit

Permalink
refactor(docker): update docker
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-chervet committed Sep 14, 2024
1 parent 9affe6d commit a00a5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
find ./ -name '*.json' -exec cp "{}" ./ \;
rm -r ./cats-dogs-others
- name: Upload Model Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Publish model
path: ./model
Expand Down Expand Up @@ -337,7 +337,7 @@ jobs:
npm run coverage
npm run build
- name: Upload WebApp Build Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: Publish webapp
path: ./production/webapp/build
Expand Down

0 comments on commit a00a5b2

Please sign in to comment.