Skip to content

Commit

Permalink
Update BuildProfiling_Example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AloisKraus authored May 8, 2024
1 parent 49a3b31 commit edfceed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/BuildProfiling_Example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -74,14 +74,14 @@ jobs:
.\ETWAnalyzer -extract all -fd $fileName -outdir Extract
- name: Upload Profiling Extract Data
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ExtractedETL_${{ env.TestRunTimeMs }}
path: Extract
retention-days: 90

- name: Upload Full Profiling Data
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ProfilingETL_${{ env.TestRunTimeMs }}
path: ProfilingData
Expand Down

0 comments on commit edfceed

Please sign in to comment.