Skip to content

Commit af4c8b1

Browse files
committed
ci: upgrade upload-artifact action version
1 parent 9fb0a3a commit af4c8b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dev-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Upload Boot Jar (Linux)
5454
if: matrix.os == 'ubuntu-latest'
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v7
5656
with:
5757
name: boot
5858
path: boot/build/libs/*.jar

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: ./gradlew :boot:bootjar -x test
6666

6767
- name: Upload Boot Jar
68-
uses: actions/upload-artifact@v4
68+
uses: actions/upload-artifact@v7
6969
with:
7070
name: boot
7171
path: boot/build/libs/*.jar

0 commit comments

Comments
 (0)