Skip to content

Commit 53d2c55

Browse files
Update actions/upload-artifact action to v6
1 parent 415b9a1 commit 53d2c55

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
@@ -26,7 +26,7 @@ jobs:
2626
run: ./gradlew build
2727

2828
- name: Upload artifact
29-
uses: actions/upload-artifact@v4
29+
uses: actions/upload-artifact@v6
3030
with:
3131
name: alpine
3232
path: |

0 commit comments

Comments
 (0)