diff options
| author | Sho Sakuma <me@m1sk9.dev> | 2026-03-05 14:55:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-05 14:55:43 +0900 |
| commit | df1fe4fa8e140dfdebe359605ff95a9ce8f1c203 (patch) | |
| tree | 4883b182f93f9850a3d873d5e73d7645ddb65d3c /.github/workflows/release.yaml | |
| parent | d877465735643c1f6be6a11964183ffe20cc1acb (diff) | |
| parent | 85e7e40d517a9833fdc18449b98d604a914e9943 (diff) | |
| download | LunaticChat-df1fe4fa8e140dfdebe359605ff95a9ce8f1c203.tar.gz LunaticChat-df1fe4fa8e140dfdebe359605ff95a9ce8f1c203.tar.bz2 LunaticChat-df1fe4fa8e140dfdebe359605ff95a9ce8f1c203.zip | |
Merge pull request #131 from m1sk9/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
Diffstat (limited to '.github/workflows/release.yaml')
| -rw-r--r-- | .github/workflows/release.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4cafef4..06a5508 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -67,7 +67,7 @@ jobs: run: ./gradlew :platform-paper:shadowJar :platform-velocity:shadowJar --parallel --no-daemon - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: LunaticChat-v${{ needs.validate.outputs.version }} path: | @@ -89,7 +89,7 @@ jobs: uses: actions/checkout@v6 - name: Download build artifact - uses: actions/download-artifact@v7 + uses: actions/download-artifact@v8 with: name: LunaticChat-v${{ needs.validate.outputs.version }} |
