From f5ddfb41a1daa9f186eec33d5abdef2a39b220e6 Mon Sep 17 00:00:00 2001 From: Tiago Castro Date: Mon, 20 May 2024 14:04:21 +0100 Subject: [PATCH 1/2] ci(gha): bump actifact plugin Should remove the warning about deprecated version of nodejs Signed-off-by: Tiago Castro --- .github/workflows/release-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 3650d6430..c56593911 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -64,7 +64,7 @@ jobs: - name: Archive executable run: | tar -czvf kubectl-mayastor-${{ matrix.arch }}-${{ matrix.target }}.tar.gz LICENSE -C result/bin kubectl-mayastor${{ matrix.suffix }} - - uses: actions/upload-artifact@v3 + - uses: actions/upload-artifact@v4 with: name: kubectl-mayastor-${{ matrix.arch }}-${{ matrix.target }} path: kubectl-mayastor-${{ matrix.arch }}-${{ matrix.target }}.tar.gz From 287a1d19debaadda88acee593d0b14ba4263a57c Mon Sep 17 00:00:00 2001 From: Tiago Castro Date: Mon, 20 May 2024 14:51:12 +0100 Subject: [PATCH 2/2] ci(gha): bump actions checkout Signed-off-by: Tiago Castro --- .github/workflows/develop-chart.yml | 2 +- .github/workflows/develop-to-release.yml | 2 +- .github/workflows/helm-testing-chart.yml | 2 +- .github/workflows/publish-release-artifacts.yml | 2 +- .github/workflows/release-chart.yml | 2 +- .github/workflows/template-chart.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/develop-chart.yml b/.github/workflows/develop-chart.yml index 9319979e6..b574aee30 100644 --- a/.github/workflows/develop-chart.yml +++ b/.github/workflows/develop-chart.yml @@ -10,7 +10,7 @@ jobs: release-chart: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v22 - name: Pre-populate nix-shell run: | diff --git a/.github/workflows/develop-to-release.yml b/.github/workflows/develop-to-release.yml index b956c6a45..79349d358 100644 --- a/.github/workflows/develop-to-release.yml +++ b/.github/workflows/develop-to-release.yml @@ -7,7 +7,7 @@ jobs: prepareReleaseBranch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v22 - name: Pre-populate nix-shell run: | diff --git a/.github/workflows/helm-testing-chart.yml b/.github/workflows/helm-testing-chart.yml index 0cd07b21b..fd80273ca 100644 --- a/.github/workflows/helm-testing-chart.yml +++ b/.github/workflows/helm-testing-chart.yml @@ -12,7 +12,7 @@ jobs: helm-testing-chart: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: cachix/install-nix-action@v22 diff --git a/.github/workflows/publish-release-artifacts.yml b/.github/workflows/publish-release-artifacts.yml index c8755bd61..c2b0dbf9e 100644 --- a/.github/workflows/publish-release-artifacts.yml +++ b/.github/workflows/publish-release-artifacts.yml @@ -6,7 +6,7 @@ jobs: publish-artifacts: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Download Artifacts run: | echo "Release Tag: ${{ github.event.release.tag_name }}" diff --git a/.github/workflows/release-chart.yml b/.github/workflows/release-chart.yml index a96a08eb1..9e201d770 100644 --- a/.github/workflows/release-chart.yml +++ b/.github/workflows/release-chart.yml @@ -10,7 +10,7 @@ jobs: release-chart: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v22 - name: Pre-populate nix-shell run: | diff --git a/.github/workflows/template-chart.yml b/.github/workflows/template-chart.yml index 8f09b45af..69d289fb1 100644 --- a/.github/workflows/template-chart.yml +++ b/.github/workflows/template-chart.yml @@ -10,7 +10,7 @@ jobs: template-chart: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v22 - name: Pre-populate nix-shell run: |