upload-artifacts v3 -> v4
This commit is contained in:
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
run: "make tools test cross_compile"
|
run: "make tools test cross_compile"
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: builds/pkg/*/gotty
|
path: builds/pkg/*/gotty
|
||||||
2
.github/workflows/quick-build.yaml
vendored
2
.github/workflows/quick-build.yaml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
run: "touch bindata/* bindata/*/* ; make"
|
run: "touch bindata/* bindata/*/* ; make"
|
||||||
|
|
||||||
- name: Upload linux/amd64 artifact
|
- name: Upload linux/amd64 artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: gotty-linux-amd64
|
name: gotty-linux-amd64
|
||||||
path: gotty
|
path: gotty
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
run: "make tools test release-artifacts"
|
run: "make tools test release-artifacts"
|
||||||
|
|
||||||
- name: Upload build artifacts
|
- name: Upload build artifacts
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: binaries
|
||||||
path: builds/pkg/*/gotty
|
path: builds/pkg/*/gotty
|
||||||
|
|||||||
Reference in New Issue
Block a user