From 3ad8759d55419df51e3435bd40ea9cc62e3d4c87 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 2 Feb 2025 19:43:44 +0100 Subject: github ci: unbreak upload-artifact Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v3`. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index abda518..e9b2a12 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: # Build & upload static binary - run: ./build-without-openssl.bash - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: gocryptfs static binary (Go ${{ matrix.go }}) path: gocryptfs -- cgit v1.2.3