Skip to content

Commit

Permalink
Merge pull request #889 from unoplatform/dev/youssef/upload-artifact
Browse files Browse the repository at this point in the history
ci: Update upload-artifact to v4
  • Loading branch information
jeromelaban authored Sep 11, 2024
2 parents 2630e4b + a4cfd4f commit 1153f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ jobs:
dotnet publish -c Release /p:DISABLE_CLIHOST_NET6=true src/Uno.Wasm.Sample.RayTracer/Uno.Wasm.Sample.RayTracer.csproj /bl:./artifacts-logs/build-sample.binlog
name: Build WebAssembly app
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: wasm-site
path: ${{ env.DIST_PATH }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: logs
path: artifacts-logs
Expand Down

0 comments on commit 1153f5c

Please sign in to comment.