Skip to content

Commit db7bd0e

Browse files
Fix: update GitHub Actions to use upload-artifact v4
1 parent ac3b507 commit db7bd0e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/dotnet-playwright.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v3
15+
uses: actions/checkout@v4
1616

1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v3
@@ -32,10 +32,7 @@ jobs:
3232
run: dotnet test --configuration Release --logger "trx;LogFileName=test_results.trx"
3333

3434
- name: Upload Test Results
35-
uses: actions/upload-artifact@v3
35+
uses: actions/upload-artifact@v4
3636
with:
3737
name: playwright-test-results
3838
path: TestResults/
39-
40-
- name: Print working directory and files
41-
run: ls -R

0 commit comments

Comments
 (0)