File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ jobs:
78
78
79
79
- name : Upload artifacts
80
80
if : matrix.os == 'ubuntu-latest'
81
- uses : actions/upload-artifact@v4.1 .0
81
+ uses : actions/upload-artifact@v4.2 .0
82
82
with :
83
83
name : nupkg
84
84
path : ./artifacts/*.nupkg
85
85
86
86
- name : Upload test results
87
87
if : failure()
88
- uses : actions/upload-artifact@v4.1 .0
88
+ uses : actions/upload-artifact@v4.2 .0
89
89
with :
90
90
name : build-verify-test-results
91
91
path : |
@@ -179,7 +179,7 @@ jobs:
179
179
180
180
- name : Upload test results
181
181
if : failure()
182
- uses : actions/upload-artifact@v4.1 .0
182
+ uses : actions/upload-artifact@v4.2 .0
183
183
with :
184
184
name : integration-verify-test-results
185
185
path : |
Original file line number Diff line number Diff line change 25
25
echo "version=${_version}" >> $GITHUB_OUTPUT
26
26
27
27
# Keep the last 13 versions as well as the version used by the project itself
28
- - uses : actions/delete-package-versions@v4.1.1
28
+ - uses : actions/delete-package-versions@v5.0.0
29
29
with :
30
30
package-name : ${{ env.package_name }}
31
31
package-type : nuget
Original file line number Diff line number Diff line change 45
45
- run : dotnet r pack -- --no-build
46
46
47
47
- name : Upload artifacts
48
- uses : actions/upload-artifact@v4.1 .0
48
+ uses : actions/upload-artifact@v4.2 .0
49
49
with :
50
50
name : nupkg
51
51
path : ./artifacts/*.nupkg
83
83
84
84
- name : Upload test results
85
85
if : failure()
86
- uses : actions/upload-artifact@v4.1 .0
86
+ uses : actions/upload-artifact@v4.2 .0
87
87
with :
88
88
name : verify-test-results
89
89
path : |
You can’t perform that action at this time.
0 commit comments