From 081a80e63b25a242d4496ebf52340d77a771807d Mon Sep 17 00:00:00 2001 From: Itay Paz Date: Tue, 31 Dec 2024 14:47:52 +0200 Subject: [PATCH 1/3] Update artifact actions 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 eef5632d9..d34cae57e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: ./internal/commands/.scripts/integration_down.sh - name: Coverage report - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: ${{ runner.os }}-coverage-latest path: coverage.html From f981293b033ec769551a004518bb95d5941d295e Mon Sep 17 00:00:00 2001 From: ItayPaz <143506741+Korjen97@users.noreply.github.com> Date: Wed, 1 Jan 2025 10:50:04 +0200 Subject: [PATCH 2/3] Change from v4 to sha --- .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 d34cae57e..1e121ed18 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: ./internal/commands/.scripts/integration_down.sh - name: Coverage report - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 //v4 with: name: ${{ runner.os }}-coverage-latest path: coverage.html From fe6f691d1b55cbd75b5251a264c259e3354a625a Mon Sep 17 00:00:00 2001 From: ItayPaz <143506741+Korjen97@users.noreply.github.com> Date: Wed, 1 Jan 2025 10:50:53 +0200 Subject: [PATCH 3/3] Add comment --- .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 1e121ed18..533c0a17e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -94,7 +94,7 @@ jobs: ./internal/commands/.scripts/integration_down.sh - name: Coverage report - uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 //v4 + uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 #v4 with: name: ${{ runner.os }}-coverage-latest path: coverage.html