Skip to content

Commit 4f68951

Browse files
Update actions/upload-artifact action to v5
1 parent 3190635 commit 4f68951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
${{ runner.os }}-gradle-
165165
- run: chmod +x ./gradlew
166166
- run: ./gradlew buildPlugin && ls ./build/distributions
167-
- uses: actions/upload-artifact@v4
167+
- uses: actions/upload-artifact@v5
168168
with:
169169
name: EmberExperimental.zip
170170
path: ./build/distributions/intellij-emberjs-experimental*.zip

0 commit comments

Comments
 (0)