From b034e614d46d2fd4b102486fe5939d36c63ab2a2 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 12 Sep 2024 11:53:56 +0200 Subject: [PATCH] [github ci] Bump upload-artifact 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 cf69f7140..7d6507927 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,7 +88,7 @@ jobs: # Upload build artifacts - name: Upload build artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 with: name: smack-java-${{ matrix.java }} path: |