mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-10-31 08:32:18 +01:00
Update upload-artifact action to v4
This commit is contained in:
parent
b17e912597
commit
35efe6d85d
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -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"
|
Loading…
Reference in New Issue
Block a user