Skip to content

Commit 30530d7

Browse files
chore(deps): update actions/upload-artifact action to v6
1 parent 2e021fa commit 30530d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Build with Gradle
1717
run: ./gradlew test build --no-daemon
1818
- name: Upload Artifacts
19-
uses: actions/upload-artifact@v5
19+
uses: actions/upload-artifact@v6
2020
with:
2121
name: ProtocolSidebar
2222
path: build/libs/

0 commit comments

Comments
 (0)