We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79e1fd commit be42319Copy full SHA for be42319
.github/workflows/release.yml
@@ -224,7 +224,7 @@ jobs:
224
git pull
225
226
- name: Download server JAR
227
- uses: actions/download-artifact@v5
+ uses: actions/download-artifact@v6
228
with:
229
name: server-standalone
230
path: server/target
.github/workflows/test-deploy.yml
@@ -74,7 +74,7 @@ jobs:
74
- uses: actions/checkout@v5
75
76
77
78
79
80
0 commit comments