upload-artifacts v3 -> v4

This commit is contained in:
Soren Hansen
2025-08-02 11:56:42 -07:00
parent 20a7757c1d
commit 9dd75630eb
3 changed files with 5 additions and 5 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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
@@ -37,4 +37,4 @@ jobs:
draft: true draft: true
files: | files: |
LICENSE LICENSE
builds/dist/* builds/dist/*