File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -69,15 +69,15 @@ jobs:
69
69
- run : dotnet r pack -- --no-build --version-suffix ${{ env.VERSION_SUFFIX }}
70
70
71
71
- name : Upload artifacts
72
- uses : actions/upload-artifact@v4.0 .0
72
+ uses : actions/upload-artifact@v4.2 .0
73
73
if : matrix.os == 'ubuntu-22.04'
74
74
with :
75
75
name : nupkg
76
76
path : ./artifacts/*.nupkg
77
77
78
78
- name : Upload test results
79
79
if : failure()
80
- uses : actions/upload-artifact@v4.0 .0
80
+ uses : actions/upload-artifact@v4.2 .0
81
81
with :
82
82
name : build-verify-test-results
83
83
path : |
95
95
96
96
steps :
97
97
- name : Download nupkg
98
-
98
+
99
99
with :
100
100
name : nupkg
101
101
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 51
51
- run : dotnet r pack -- --no-build
52
52
53
53
- name : Upload artifacts
54
- uses : actions/upload-artifact@v4.0 .0
54
+ uses : actions/upload-artifact@v4.2 .0
55
55
with :
56
56
name : nupkg
57
57
path : ./artifacts/*.nupkg
88
88
89
89
- name : Upload test results
90
90
if : failure()
91
- uses : actions/upload-artifact@v4.0 .0
91
+ uses : actions/upload-artifact@v4.2 .0
92
92
with :
93
93
name : verify-test-results
94
94
path : |
You can’t perform that action at this time.
0 commit comments