Skip to content

Commit 37ff504

Browse files
authored
update actions artifact (#931)
1 parent d79d06a commit 37ff504

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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 }}
@@ -76,7 +76,7 @@ jobs:
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

0 commit comments

Comments
 (0)