From e4e464daa1215cb5a15832e6ef6faec44cff4bd1 Mon Sep 17 00:00:00 2001 From: Jonas Voelcker Date: Thu, 27 Jun 2024 08:51:57 +0200 Subject: [PATCH] Revert "Bump actions/upload-artifact from 4.3.1 to 4.3.3" --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 76e1dc193..7fcd4f81f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -155,7 +155,7 @@ jobs: cp target/keycloak-config-cli.jar keycloak-config-cli-${{ matrix.env.KEYCLOAK_VERSION }}.jar sha256sum keycloak-config-cli-${{ matrix.env.KEYCLOAK_VERSION }}.jar > keycloak-config-cli-${{ matrix.env.KEYCLOAK_VERSION }}.jar.sha256 - - uses: actions/upload-artifact@v4.3.3 + - uses: actions/upload-artifact@v4.3.1 with: name: keycloak-config-cli-${{ matrix.env.KEYCLOAK_VERSION }} if-no-files-found: error