Skip to content

Commit 5293e0f

Browse files
authored
update github actions (#770)
* update github actions * update release action
1 parent 97ff80f commit 5293e0f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,15 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222

2323
- name: Download Artifacts
24-
uses: actions/download-artifact@v2
24+
uses: actions/download-artifact@v3
2525
with:
2626
name: Lavalink.jar
2727

2828
- name: Upload Artifacts to GitHub Release
29-
uses: softprops/action-gh-release@v1
29+
uses: ncipollo/release-action@v1
3030
with:
31-
files: Lavalink.jar
31+
artifacts: Lavalink.jar
32+
allowUpdates: true

0 commit comments

Comments
 (0)