File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ jobs:
5050#
5151 - name : Upload artifacts
5252 if : matrix.os == 'ubuntu-latest'
53- uses : actions/upload-artifact@v4
53+ uses : actions/upload-artifact@v7
5454 with :
5555 name : artifacts
5656 path : ./artifacts
5757 - name : Upload test results
58- uses : actions/upload-artifact@v4
58+ uses : actions/upload-artifact@v7
5959 with :
6060 name : test-results-${{ matrix.os }}
6161 path : ./test-results
8383 - name : Run Integration Tests
8484 run : dotnet test --configuration ${{env.BUILD_CONFIGURATION}} --filter "Category=Integration" --logger trx --results-directory integration-test-results
8585 - name : Upload integration test results
86- uses : actions/upload-artifact@v4
86+ uses : actions/upload-artifact@v7
8787 with :
8888 name : integration-test-results
8989 path : ./integration-test-results
@@ -102,7 +102,7 @@ jobs:
102102 8.0.x
103103 9.0.x
104104 - name : Download artifacts
105- uses : actions/download-artifact@v5
105+ uses : actions/download-artifact@v8
106106 with :
107107 name : artifacts
108108 path : ./artifacts
@@ -125,7 +125,7 @@ jobs:
125125 8.0.x
126126 9.0.x
127127 - name : Download artifacts
128- uses : actions/download-artifact@v5
128+ uses : actions/download-artifact@v8
129129 with :
130130 name : artifacts
131131 path : ./artifacts
You can’t perform that action at this time.
0 commit comments