From 07a8c3a9e90648ffb767a6bb951fa9378b5bc118 Mon Sep 17 00:00:00 2001 From: Vaughan Woodzell Date: Thu, 21 May 2026 19:27:50 -0400 Subject: [PATCH] Update upload-artifact github action actions/upload-artifact v2 has been deprecated. Switch to v4. --- .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 e6faec8..d39d014 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: arguments: jar - name: Upload as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: ${{ github.event_name != 'pull_request' }} with: path: "build/libs/freenet-KeyUtils.jar"