File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,20 +63,20 @@ jobs:
63
63
go build -buildmode=c-shared -o d2wrapper${{ runner.os == 'Windows' && '.dll' || runner.os == 'macOS' && '.dylib' || '.so' }} .
64
64
65
65
- name : Upload D2Sharp build artifact
66
- uses : actions/upload-artifact@v3
66
+ uses : actions/upload-artifact@v4.6.1
67
67
with :
68
68
name : d2net-${{ matrix.os }}
69
69
path : src/D2Sharp/bin/Release/net8.0/D2Sharp.*
70
70
71
71
- name : Upload native library
72
- uses : actions/upload-artifact@v3
72
+ uses : actions/upload-artifact@v4.6.1
73
73
with :
74
74
name : d2wrapper-${{ matrix.os }}
75
75
path : src/D2Sharp/d2wrapper/d2wrapper*
76
76
77
77
- name : Upload build logs on failure
78
78
if : failure()
79
- uses : actions/upload-artifact@v3
79
+ uses : actions/upload-artifact@v4.6.1
80
80
with :
81
81
name : build-logs-${{ matrix.os }}
82
82
path : |
@@ -173,7 +173,7 @@ jobs:
173
173
174
174
- name : Upload NuGet package
175
175
if : steps.check_changes.outputs.run_package == 'true'
176
- uses : actions/upload-artifact@v3
176
+ uses : actions/upload-artifact@v4.6.1
177
177
with :
178
178
name : nuget-package
179
179
path : ./*.nupkg
You can’t perform that action at this time.
0 commit comments