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 40
40
mv target/${{ matrix.target }}/release/parseable Parseable_OSS_${{ matrix.target }}
41
41
42
42
- name : Create Artifact
43
- uses : actions/upload-artifact@v3
43
+ uses : actions/upload-artifact@v4
44
44
with :
45
45
name : Parseable_OSS_${{ matrix.target }}
46
46
path : Parseable_OSS_${{ matrix.target }}
76
76
mv target/x86_64-pc-windows-msvc/release/PARSEABLE.exe Parseable_OSS_x86_64-pc-windows-msvc.exe
77
77
78
78
- name : Create artifact for Windows
79
- uses : actions/upload-artifact@v2
79
+ uses : actions/upload-artifact@v4
80
80
with :
81
81
name : Parseable_OSS_x86_64-pc-windows-msvc.exe
82
82
path : Parseable_OSS_x86_64-pc-windows-msvc.exe
@@ -121,7 +121,7 @@ jobs:
121
121
mv target/${{ matrix.target }}/release/Parseable Parseable_OSS_${{ matrix.target }}
122
122
123
123
- name : Create artifact
124
- uses : actions/upload-artifact@v2
124
+ uses : actions/upload-artifact@v4
125
125
with :
126
126
name : Parseable_OSS_${{ matrix.target }}
127
127
path : Parseable_OSS_${{ matrix.target }}
@@ -147,7 +147,7 @@ jobs:
147
147
find . -type f -name "Parseable_OSS_*" -exec shasum {} \; | sed 's/.\/.*\///' > checksum.txt
148
148
149
149
- name : Create artifact
150
- uses : actions/upload-artifact@v2
150
+ uses : actions/upload-artifact@v4
151
151
with :
152
152
name : checksum.txt
153
153
path : checksum.txt
You can’t perform that action at this time.
0 commit comments