From 9dd75630ebec0006f1eab5b06764104027652881 Mon Sep 17 00:00:00 2001 From: Soren Hansen Date: Sat, 2 Aug 2025 11:56:42 -0700 Subject: [PATCH] upload-artifacts v3 -> v4 --- .github/workflows/main.yaml | 4 ++-- .github/workflows/quick-build.yaml | 2 +- .github/workflows/release.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d53a505..486239e 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -43,7 +43,7 @@ jobs: run: "make tools test cross_compile" - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: binaries - path: builds/pkg/*/gotty \ No newline at end of file + path: builds/pkg/*/gotty diff --git a/.github/workflows/quick-build.yaml b/.github/workflows/quick-build.yaml index 27b0250..3bb7b11 100644 --- a/.github/workflows/quick-build.yaml +++ b/.github/workflows/quick-build.yaml @@ -24,7 +24,7 @@ jobs: run: "touch bindata/* bindata/*/* ; make" - name: Upload linux/amd64 artifact - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: gotty-linux-amd64 path: gotty diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 14cf8a3..ea136b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: run: "make tools test release-artifacts" - name: Upload build artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: binaries path: builds/pkg/*/gotty @@ -37,4 +37,4 @@ jobs: draft: true files: | LICENSE - builds/dist/* \ No newline at end of file + builds/dist/*