We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564bd2d commit ef686e5Copy full SHA for ef686e5
.github/workflows/gradle-build.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: Build with Gradle
26
run: ./gradlew --no-daemon check assemble
27
- name: Archive extension zip
28
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
29
with:
30
name: extension-zip
31
path: build/distributions/CrosswordScraper*.zip
0 commit comments