@@ -81,12 +81,12 @@ jobs:
8181
8282 steps :
8383 - name : Checkout
84- uses : actions/checkout@v4
84+ uses : actions/checkout@v6
8585
8686 # Install build dependencies
8787
8888 - name : Install .NET
89- uses : actions/setup-dotnet@v4
89+ uses : actions/setup-dotnet@v5
9090 with :
9191 dotnet-version : ${{ env.DotnetVersion }}
9292 - name : Install Node.js for building JSON-to-HTML report converter
@@ -113,7 +113,7 @@ jobs:
113113
114114 # Post-test tasks (artifacts, overall status)
115115 - name : Upload Screenplay JSON report artifact
116- uses : actions/upload-artifact@v4
116+ uses : actions/upload-artifact@v7
117117 with :
118118 name : Screenplay JSON reports ${{ matrix.browserName }}_${{ matrix.browserVersion }}_${{ matrix.os }}_${{ matrix.osVersion }}
119119 path : Tests/CSF.Screenplay.Selenium.Tests/**/ScreenplayReport.json
@@ -127,7 +127,7 @@ jobs:
127127 dotnet run --no-build --framework $Tfm -c ${{ env.Configuration }} --project CSF.Screenplay.JsonToHtmlReport --ReportPath "$report" --OutputPath "$outputFile"
128128 done
129129 - name : Upload Screenplay HTML report artifact
130- uses : actions/upload-artifact@v4
130+ uses : actions/upload-artifact@v7
131131 with :
132132 name : Screenplay HTML reports ${{ matrix.browserName }}_${{ matrix.browserVersion }}_${{ matrix.os }}_${{ matrix.osVersion }}
133133 path : Tests/**/ScreenplayReport.html
0 commit comments