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 9cff409 commit bee3406Copy full SHA for bee3406
.github/workflows/on_release.yml
@@ -45,7 +45,7 @@ jobs:
45
run: ./gradlew publishPlugin
46
47
- name: Upload artifact
48
- uses: actions/upload-artifact@v3.1.0
+ uses: actions/upload-artifact@v4
49
with:
50
name: v${{ env.CI_BUILD_VERSION }}
51
path: build/distributions/*.zip
0 commit comments