Skip to content

Commit 77dc043

Browse files
committed
Upgrade upload-artifact@v4
1 parent 5a64450 commit 77dc043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: ./gradlew buildPlugin
3636

3737
- name: Upload artifact
38-
uses: actions/upload-artifact@v3.1.0
38+
uses: actions/upload-artifact@v4.6.2
3939
with:
4040
name: v${{ env.CI_BUILD_VERSION }}
4141
path: build/distributions/*.zip

0 commit comments

Comments
 (0)