From 281124cc5be4d1839ef1a6d861798235e459a57e Mon Sep 17 00:00:00 2001 From: Itay Paz Date: Tue, 31 Dec 2024 15:07:02 +0200 Subject: [PATCH 1/4] Update artifact version --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 959b9dfa..caabf2cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: run: ./gradlew runPluginVerifier # Upload verifier report - name: Upload report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 if: always() with: name: verifier-report @@ -89,7 +89,7 @@ jobs: # Save report if tests fail - name: Save fails report if: ${{ failure() }} - uses: actions/upload-artifact@v3 + uses: aactions/upload-artifact@v4 with: name: test-fails-report-integration path: | From 30044f95406273e9a1dbf9a123778cba3912d285 Mon Sep 17 00:00:00 2001 From: ItayPaz <143506741+Korjen97@users.noreply.github.com> Date: Tue, 31 Dec 2024 17:05:28 +0200 Subject: [PATCH 2/4] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index caabf2cb..b1c01e42 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -89,7 +89,7 @@ jobs: # Save report if tests fail - name: Save fails report if: ${{ failure() }} - uses: aactions/upload-artifact@v4 + uses: actions/upload-artifact@v4 with: name: test-fails-report-integration path: | @@ -149,4 +149,4 @@ jobs: ./gradlew publishPlugin else ./gradlew publishPlugin -Prchannels=${{ inputs.rchannels }} - fi \ No newline at end of file + fi From 751ec9c9e2ceec86993d5c691030e48c061dc965 Mon Sep 17 00:00:00 2001 From: ItayPaz <143506741+Korjen97@users.noreply.github.com> Date: Wed, 1 Jan 2025 10:54:19 +0200 Subject: [PATCH 3/4] Change v4 to sha --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b1c01e42..7ce2457d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: run: ./gradlew runPluginVerifier # Upload verifier report - name: Upload report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 if: always() with: name: verifier-report @@ -89,7 +89,7 @@ jobs: # Save report if tests fail - name: Save fails report if: ${{ failure() }} - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 with: name: test-fails-report-integration path: | From bfe899a5452d23687fd8ff24e14a48519f53188d Mon Sep 17 00:00:00 2001 From: ItayPaz <143506741+Korjen97@users.noreply.github.com> Date: Wed, 1 Jan 2025 11:05:05 +0200 Subject: [PATCH 4/4] Add comment v4 --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ce2457d..26d2b56e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,7 +62,7 @@ jobs: run: ./gradlew runPluginVerifier # Upload verifier report - name: Upload report - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4 if: always() with: name: verifier-report @@ -89,7 +89,7 @@ jobs: # Save report if tests fail - name: Save fails report if: ${{ failure() }} - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4 with: name: test-fails-report-integration path: |