From d07fb194c0301dd8de9d35e0123e6ef082596bb0 Mon Sep 17 00:00:00 2001 From: valorisa Date: Thu, 20 Aug 2026 22:55:14 +0200 Subject: [PATCH] Update upload-artifact action version to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e33f5e5..b44f991 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: GOOS=linux GOARCH=amd64 go build -o bin/shellfb-linux-amd64 ./cmd/shellfb GOOS=darwin GOARCH=arm64 go build -o bin/shellfb-darwin-arm64 ./cmd/shellfb GOOS=windows GOARCH=amd64 go build -o bin/shellfb-windows-amd64.exe ./cmd/shellfb - - uses: actions/upload-artifact@v4 + - uses: actions/upload-artifact@v7 with: name: binaries path: bin/