We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcfee62 commit 2141726Copy full SHA for 2141726
.github/workflows/main.yml
@@ -31,12 +31,12 @@ jobs:
31
luarocks pack ./*.rockspec
32
luarocks build
33
luarocks pack code-stats.nvim
34
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
35
if: "! startsWith(github.ref, 'refs/tags/')"
36
with:
37
path: |
38
*.rock
39
- - uses: softprops/action-gh-release@v1
+ - uses: softprops/action-gh-release@v2
40
if: startsWith(github.ref, 'refs/tags/')
41
42
# body_path: build/CHANGELOG.md
0 commit comments