Skip to content

Commit b2a06ba

Browse files
author
VijiCodes
committed
Fix: use full version for upload-artifact
1 parent 589a9c1 commit b2a06ba

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
28+
uses: actions/upload-artifact@v3.1.3
2929
with:
3030
name: jars-and-wars
3131
path: |

0 commit comments

Comments
 (0)