Skip to content

Commit 22bd3c3

Browse files
chore(deps): update github artifact actions
1 parent 1f6f76f commit 22bd3c3

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: ./gradlew buildFatJar
5353

5454
- name: Archive production artifacts
55-
uses: actions/upload-artifact@v4
55+
uses: actions/upload-artifact@v7
5656
with:
5757
name: production-artifacts
5858
path: |
@@ -67,7 +67,7 @@ jobs:
6767
- name: Checkout code
6868
uses: actions/checkout@v5
6969
- name: Download build artifact
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v8
7171
with:
7272
name: production-artifacts
7373

.github/workflows/release-prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: ./gradlew buildFatJar
4747

4848
- name: Archive production artifacts
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v7
5050
with:
5151
name: production-artifacts
5252
path: |
@@ -61,7 +61,7 @@ jobs:
6161
- name: Checkout code
6262
uses: actions/checkout@v5
6363
- name: Download build artifact
64-
uses: actions/download-artifact@v4
64+
uses: actions/download-artifact@v8
6565
with:
6666
name: production-artifacts
6767

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
run: ./gradlew buildFatJar
4747

4848
- name: Archive production artifacts
49-
uses: actions/upload-artifact@v4
49+
uses: actions/upload-artifact@v7
5050
with:
5151
name: production-artifacts
5252
path: |
@@ -61,7 +61,7 @@ jobs:
6161
- name: Checkout code
6262
uses: actions/checkout@v5
6363
- name: Download build artifact
64-
uses: actions/download-artifact@v4
64+
uses: actions/download-artifact@v8
6565
with:
6666
name: production-artifacts
6767

0 commit comments

Comments
 (0)