Update upload-artifact action to v4

This commit is contained in:
Vankka 2024-06-22 16:19:20 +03:00
parent b17e912597
commit 35efe6d85d
No known key found for this signature in database
GPG Key ID: 62E48025ED4E7EBB

View File

@ -26,7 +26,7 @@ jobs:
DISCORDSRV_AUTOTEST_CHANNEL_ID: ${{ secrets.DISCORDSRV_AUTOTEST_CHANNEL_ID }}
DISCORDSRV_AUTOTEST_FORUM_ID: ${{ secrets.DISCORDSRV_AUTOTEST_FORUM_ID }}
- name: Upload Build Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: "jars/*.jar"