Skip to content

Commit b1ae2c7

Browse files
committed
Update actions/upload-artifact in GitHub Actions workflows to v4
1 parent 0c6523b commit b1ae2c7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build_and_test_and_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
run: |
127127
./.ci/build_wheel.sh
128128
- name: "Upload release artifacts"
129-
uses: actions/upload-artifact@v2
129+
uses: actions/upload-artifact@v4
130130
with:
131131
name: dist
132132
path: dist
@@ -155,7 +155,7 @@ jobs:
155155
pyinstaller -F splitgraph.spec
156156
dist/sgr.exe --version
157157
- name: Upload binary as artifact
158-
uses: actions/upload-artifact@v2
158+
uses: actions/upload-artifact@v4
159159
with:
160160
name: sgr-windows
161161
path: dist/sgr.exe
@@ -193,7 +193,7 @@ jobs:
193193
dist/sgr clone --download-all splitgraph/census
194194
dist/sgr checkout splitgraph/census:latest
195195
- name: Upload binary as artifact
196-
uses: actions/upload-artifact@v2
196+
uses: actions/upload-artifact@v4
197197
with:
198198
name: sgr-linux
199199
path: dist/sgr
@@ -220,7 +220,7 @@ jobs:
220220
pyinstaller -F splitgraph.spec
221221
dist/sgr --version
222222
- name: Upload single-file binary as artifact
223-
uses: actions/upload-artifact@v2
223+
uses: actions/upload-artifact@v4
224224
with:
225225
name: sgr-osx
226226
path: dist/sgr
@@ -230,7 +230,7 @@ jobs:
230230
dist/sgr-pkg/sgr --version
231231
cd dist/sgr-pkg && tar zcvf ../sgr.tgz .
232232
- name: Upload multi-file binary.gz as artifact
233-
uses: actions/upload-artifact@v2
233+
uses: actions/upload-artifact@v4
234234
with:
235235
name: sgr-osx
236236
path: dist/sgr.tgz

0 commit comments

Comments
 (0)