Skip to content

Commit 1ec9652

Browse files
chore(deps): update actions/upload-artifact action to v7 (#27)
Co-authored-by: horothesun-renovate[bot] <155104562+horothesun-renovate[bot]@users.noreply.github.com>
1 parent f20a1c1 commit 1ec9652

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci-jvm-scala-213.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
path: ${{ env.G8_PARAM_REPO_NAME }}
115115
key: ${{ github.sha }}
116116
- name: Upload generated project
117-
uses: actions/upload-artifact@v6
117+
uses: actions/upload-artifact@v7
118118
with:
119119
name: ${{ env.G8_PARAM_REPO_NAME }}
120120
path: |

.github/workflows/ci-jvm-scala-3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
path: ${{ env.G8_PARAM_REPO_NAME }}
115115
key: ${{ github.sha }}
116116
- name: Upload generated project
117-
uses: actions/upload-artifact@v6
117+
uses: actions/upload-artifact@v7
118118
with:
119119
name: ${{ env.G8_PARAM_REPO_NAME }}
120120
path: |

.github/workflows/ci-native-scala-213.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
path: ${{ env.G8_PARAM_REPO_NAME }}
115115
key: ${{ github.sha }}
116116
- name: Upload generated project
117-
uses: actions/upload-artifact@v6
117+
uses: actions/upload-artifact@v7
118118
with:
119119
name: ${{ env.G8_PARAM_REPO_NAME }}
120120
path: |

.github/workflows/ci-native-scala-3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
path: ${{ env.G8_PARAM_REPO_NAME }}
115115
key: ${{ github.sha }}
116116
- name: Upload generated project
117-
uses: actions/upload-artifact@v6
117+
uses: actions/upload-artifact@v7
118118
with:
119119
name: ${{ env.G8_PARAM_REPO_NAME }}
120120
path: |

0 commit comments

Comments
 (0)