File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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.2.0
72
+ uses : actions/upload-artifact@v4.3.1
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.2.0
80
+ uses : actions/upload-artifact@v4.3.1
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 51
51
- run : dotnet r pack -- --no-build
52
52
53
53
- name : Upload artifacts
54
- uses : actions/upload-artifact@v4.2.0
54
+ uses : actions/upload-artifact@v4.3.1
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.2.0
91
+ uses : actions/upload-artifact@v4.3.1
92
92
with :
93
93
name : verify-test-results
94
94
path : |
You can’t perform that action at this time.
0 commit comments