Skip to content

Commit 7336107

Browse files
authored
Merge pull request #105 from CatCoderr/renovate/major-github-artifact-actions
chore(deps): update actions/upload-artifact action to v5
2 parents e17fe75 + 16afd8f commit 7336107

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@v4
19+
uses: actions/upload-artifact@v5
2020
with:
2121
name: ProtocolSidebar
2222
path: build/libs/

0 commit comments

Comments
 (0)