Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump CI actions/checkout and actions/upload-artifact to v3
  • Loading branch information
ars-ka0s committed Sep 25, 2023
commit 858c129cf6a46797cb0e68a5f660fd9ef6eb6a22
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 8
- name: dependency
Expand Down Expand Up @@ -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: |
Expand Down