File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 mv target/${{ matrix.target }}/release/parseable Parseable_OSS_${{ matrix.target }}
4141
4242 - name : Create Artifact
43- uses : actions/upload-artifact@v3
43+ uses : actions/upload-artifact@v4
4444 with :
4545 name : Parseable_OSS_${{ matrix.target }}
4646 path : Parseable_OSS_${{ matrix.target }}
7676 mv target/x86_64-pc-windows-msvc/release/PARSEABLE.exe Parseable_OSS_x86_64-pc-windows-msvc.exe
7777
7878 - name : Create artifact for Windows
79- uses : actions/upload-artifact@v2
79+ uses : actions/upload-artifact@v4
8080 with :
8181 name : Parseable_OSS_x86_64-pc-windows-msvc.exe
8282 path : Parseable_OSS_x86_64-pc-windows-msvc.exe
@@ -121,7 +121,7 @@ jobs:
121121 mv target/${{ matrix.target }}/release/Parseable Parseable_OSS_${{ matrix.target }}
122122
123123 - name : Create artifact
124- uses : actions/upload-artifact@v2
124+ uses : actions/upload-artifact@v4
125125 with :
126126 name : Parseable_OSS_${{ matrix.target }}
127127 path : Parseable_OSS_${{ matrix.target }}
@@ -147,7 +147,7 @@ jobs:
147147 find . -type f -name "Parseable_OSS_*" -exec shasum {} \; | sed 's/.\/.*\///' > checksum.txt
148148
149149 - name : Create artifact
150- uses : actions/upload-artifact@v2
150+ uses : actions/upload-artifact@v4
151151 with :
152152 name : checksum.txt
153153 path : checksum.txt
You can’t perform that action at this time.
0 commit comments