From 858c129cf6a46797cb0e68a5f660fd9ef6eb6a22 Mon Sep 17 00:00:00 2001 From: ars-ka0s <26339355+ars-ka0s@users.noreply.github.com> Date: Mon, 17 Apr 2023 19:20:39 +0100 Subject: [PATCH] Bump CI actions/checkout and actions/upload-artifact to v3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cc4d34..91e0971 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -83,7 +83,7 @@ jobs: steps: - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: fetch-depth: 8 - name: dependency @@ -149,7 +149,7 @@ jobs: make package fi - name: archive binary - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: direwolf_${{ matrix.config.os }}_${{ matrix.config.arch }}_${{ github.sha }} path: |