Skip to content

Commit 2cbafce

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: ./gradlew build --full-stacktrace
3838

3939
- name: Upload artifacts
40-
uses: actions/upload-artifact@v5
40+
uses: actions/upload-artifact@v6
4141
with:
4242
name: Artifacts
4343
path: build/libs/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: ./gradlew build --full-stacktrace
5252

5353
- name: Upload artifacts
54-
uses: actions/upload-artifact@v5
54+
uses: actions/upload-artifact@v6
5555
with:
5656
name: Artifacts
5757
path: build/libs/

0 commit comments

Comments
 (0)