Skip to content

Commit 2141726

Browse files
committed
💚 Fix pre-commit.ci
1 parent dcfee62 commit 2141726

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
luarocks pack ./*.rockspec
3232
luarocks build
3333
luarocks pack code-stats.nvim
34-
- uses: actions/upload-artifact@v3
34+
- uses: actions/upload-artifact@v4
3535
if: "! startsWith(github.ref, 'refs/tags/')"
3636
with:
3737
path: |
3838
*.rock
39-
- uses: softprops/action-gh-release@v1
39+
- uses: softprops/action-gh-release@v2
4040
if: startsWith(github.ref, 'refs/tags/')
4141
with:
4242
# body_path: build/CHANGELOG.md

0 commit comments

Comments
 (0)