File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ jobs:
7878
7979 - name : Upload artifacts
8080 if : matrix.os == 'ubuntu-latest'
81- uses : actions/upload-artifact@v4.6.1
81+ uses : actions/upload-artifact@v4.6.2
8282 with :
8383 name : nupkg
8484 path : ./artifacts/*.nupkg
8585
8686 - name : Upload test results
8787 if : failure()
88- uses : actions/upload-artifact@v4.6.1
88+ uses : actions/upload-artifact@v4.6.2
8989 with :
9090 name : build-verify-test-results
9191 path : |
@@ -131,7 +131,7 @@ jobs:
131131 nuget_auth_token : ${{ secrets.GITHUB_TOKEN }}
132132
133133 - name : Download nupkg
134- uses : actions/download-artifact@v4.1.9
134+ uses : actions/download-artifact@v4.2.1
135135 with :
136136 name : nupkg
137137 path : .nuget
@@ -179,7 +179,7 @@ jobs:
179179
180180 - name : Upload test results
181181 if : failure()
182- uses : actions/upload-artifact@v4.6.1
182+ uses : actions/upload-artifact@v4.6.2
183183 with :
184184 name : integration-verify-test-results
185185 path : |
@@ -199,7 +199,7 @@ jobs:
199199
200200 steps :
201201 - name : Download nupkg
202- uses : actions/download-artifact@v4.1.9
202+ uses : actions/download-artifact@v4.2.1
203203 with :
204204 name : nupkg
205205
Original file line number Diff line number Diff line change 4545 - run : dotnet r pack -- --no-build
4646
4747 - name : Upload artifacts
48- uses : actions/upload-artifact@v4.6.1
48+ uses : actions/upload-artifact@v4.6.2
4949 with :
5050 name : nupkg
5151 path : ./artifacts/*.nupkg
8383
8484 - name : Upload test results
8585 if : failure()
86- uses : actions/upload-artifact@v4.6.1
86+ uses : actions/upload-artifact@v4.6.2
8787 with :
8888 name : verify-test-results
8989 path : |
You can’t perform that action at this time.
0 commit comments