Skip to content

Commit

Permalink
Update build-workload.yml
Browse files Browse the repository at this point in the history
Update `upload-artifcact` from deprecated version to the latest
  • Loading branch information
JoonghyunCho authored Sep 5, 2024
1 parent fa0b605 commit 5d081b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-workload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: make test
working-directory: ./workload

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: tizen-workload-pkgs
path: ./workload/out/nuget-unsigned/*.nupkg
Expand Down

0 comments on commit 5d081b5

Please sign in to comment.