Skip to content

Commit

Permalink
Merge pull request #395 from networkservicemesh/deprecated
Browse files Browse the repository at this point in the history
Update deprecated github actions
  • Loading branch information
denis-tingaikin authored Apr 9, 2024
2 parents 8a72863 + fa6248b commit c16183d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,20 +102,21 @@ jobs:
METAL_AUTH_TOKEN: ${{ secrets.PACKET_AUTH_TOKEN }}

- name: Set up go
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: 1.20.11
- name: Checkout files
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: ${{ github.repository }}


- name: Install kind
uses: engineerd/setup-kind@v0.5.0
uses: helm/kind-action@v1
with:
config: ${{ github.repository }}/kind-cluster-config.yaml
version: v0.20.0
image: kindest/node:v1.28.0
node_image: kindest/node:v1.28.0

- name: Check kind
run: |
Expand All @@ -142,7 +143,7 @@ jobs:
METAL_AUTH_TOKEN: ${{ secrets.PACKET_AUTH_TOKEN }}

- name: Setup cluster
uses: nick-fields/retry@v2.8.3
uses: nick-fields/retry@v3
with:
timeout_minutes: 60
max_attempts: 3
Expand Down Expand Up @@ -179,7 +180,7 @@ jobs:
working-directory: ${{ github.repository }}

- name: Upload logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: ${{ always() }}
with:
name: ${{ matrix.config.node_type }}-${{ matrix.config.CNI }}-logs
Expand Down

0 comments on commit c16183d

Please sign in to comment.