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 committed Sep 13, 2024
1 parent b2ebb0c commit e90dd86
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 @@ -37,7 +37,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 e90dd86

Please sign in to comment.