We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f17c8f commit 154b047Copy full SHA for 154b047
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
run: ./gradlew build
27
28
- name: Upload built JAR (Fabric)
29
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
30
with:
31
name: iris-artifacts
32
path: build/libs
0 commit comments