Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Upload artifact v2 doesn't work anymore.
  • Loading branch information
wb2osz authored Sep 13, 2024
1 parent 69407cc commit 390d4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
make package
fi
- name: archive binary
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: direwolf_${{ matrix.config.os }}_${{ matrix.config.arch }}_${{ github.sha }}
path: |
Expand Down

0 comments on commit 390d4a8

Please sign in to comment.