Skip to content

Commit

Permalink
Merge pull request #13 from Mr-Ojii/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/upload-artifact-4

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
Mr-Ojii committed Dec 18, 2023
2 parents ffd68f0 + 89cffb9 commit e9c3c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
7z a MotionTrackingMKIIPlus.zip haarcascade_profileface.xml haarcascade_frontalface_default.xml MotionTrackingMKIIPlus.auf README.md README.ja.md Licenses
- name: Upload artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MotionTracking_MKII_Plus
path: ${{ github.workspace }}/MotionTrackingMKIIPlus.zip
Expand Down

0 comments on commit e9c3c75

Please sign in to comment.