Bump CI actions/checkout and actions/upload-artifact to v3

This commit is contained in:
ars-ka0s 2023-04-17 19:20:39 +01:00
parent ab834f338b
commit 858c129cf6
1 changed files with 2 additions and 2 deletions

View File

@ -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: |