From 86219827475353f44dc8866ee07096ea6995de1f Mon Sep 17 00:00:00 2001 From: Dan Pock Date: Thu, 30 Jan 2025 13:32:45 -0500 Subject: [PATCH] fix actions with old versions --- .github/workflows/pr-debug-publish.yaml | 8 ++++---- .github/workflows/prom-fed-e2e-ci.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr-debug-publish.yaml b/.github/workflows/pr-debug-publish.yaml index cc5953ed..c7dd1899 100644 --- a/.github/workflows/pr-debug-publish.yaml +++ b/.github/workflows/pr-debug-publish.yaml @@ -29,7 +29,7 @@ jobs: steps: # Checkout the code at the head of the specified PR - name: Checkout the repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Get Pull Request Head SHA id: get_head_sha run: | @@ -56,7 +56,7 @@ jobs: steps: # Checkout the code at the head of the specified PR - name: Checkout PR Head - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ needs.prepare_pr_info.outputs.head_sha }} # Proceed to build images @@ -100,7 +100,7 @@ jobs: steps: # Checkout the code at the head of the specified PR - name: Checkout PR Head - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ needs.prepare_pr_info.outputs.head_sha }} # Proceed to build images @@ -143,7 +143,7 @@ jobs: steps: # Checkout the code at the head of the specified PR - name: Checkout PR Head - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ needs.prepare_pr_info.outputs.head_sha }} # Proceed to build images diff --git a/.github/workflows/prom-fed-e2e-ci.yaml b/.github/workflows/prom-fed-e2e-ci.yaml index b7ad9675..fc55b413 100644 --- a/.github/workflows/prom-fed-e2e-ci.yaml +++ b/.github/workflows/prom-fed-e2e-ci.yaml @@ -81,14 +81,14 @@ jobs: TAG: ${{ needs.prebuild-env.outputs.branch_static_tag }} steps: - - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/setup-go@v4 with: go-version: '>=1.20.0' - - uses: azure/setup-kubectl@v3 - - uses: azure/setup-helm@v3 + - uses: azure/setup-kubectl@v4 + - uses: azure/setup-helm@v4 with: version: v3.11.1 - @@ -170,7 +170,7 @@ jobs: run: ./.github/workflows/e2e/scripts/generate-artifacts.sh; - name: Upload logs and manifests on failure if: failure() - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: artifacts-${{ matrix.arch }}-${{ matrix.k3s_version }} path: artifacts/