File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ jobs:
59
59
- run : dotnet r pack -- --version-suffix ${{ env.VERSION_SUFFIX }}
60
60
61
61
- name : Upload artifacts
62
- uses : actions/upload-artifact@v3.0 .0
62
+ uses : actions/upload-artifact@v3.1 .0
63
63
if : matrix.os == 'ubuntu-latest'
64
64
with :
65
65
name : nupkg
66
66
path : ./artifacts/*.nupkg
67
67
68
68
- name : Upload test results
69
- uses : actions/upload-artifact@v3.0 .0
69
+ uses : actions/upload-artifact@v3.1 .0
70
70
if : always()
71
71
with :
72
72
name : test-results
@@ -153,7 +153,7 @@ jobs:
153
153
shell: bash
154
154
155
155
- name : Upload test results
156
- uses : actions/upload-artifact@v3.0 .0
156
+ uses : actions/upload-artifact@v3.1 .0
157
157
if : always()
158
158
with :
159
159
name : integration-test-results
Original file line number Diff line number Diff line change @@ -46,13 +46,13 @@ jobs:
46
46
- run : dotnet r pack
47
47
48
48
- name : Upload artifacts
49
- uses : actions/upload-artifact@v3.0 .0
49
+ uses : actions/upload-artifact@v3.1 .0
50
50
with :
51
51
name : nupkg
52
52
path : ./artifacts/*.nupkg
53
53
54
54
- name : Upload test results
55
- uses : actions/upload-artifact@v3.0 .0
55
+ uses : actions/upload-artifact@v3.1 .0
56
56
if : always()
57
57
with :
58
58
name : test-results
You can’t perform that action at this time.
0 commit comments