Skip to content

Commit 26708f4

Browse files
author
VijiCodes
committed
Fix: upload-artifact version
1 parent 5bf64d5 commit 26708f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: ./gradlew build shadowJar
2626

2727
- name: Upload artifacts (.jar and .war)
28-
uses: actions/upload-artifact@v3.1.2
28+
uses: actions/upload-artifact@v3
2929
with:
3030
name: jars-and-wars
3131
path: |

0 commit comments

Comments
 (0)