Fix github action.

This commit is contained in:
wb2osz 2025-04-24 17:01:52 -04:00
parent b0d7af43ad
commit aeb5153403
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: |