diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-03-04 16:00:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-04 16:00:47 +0000 |
| commit | 85e7e40d517a9833fdc18449b98d604a914e9943 (patch) | |
| tree | 4883b182f93f9850a3d873d5e73d7645ddb65d3c /.github | |
| parent | d877465735643c1f6be6a11964183ffe20cc1acb (diff) | |
| download | LunaticChat-85e7e40d517a9833fdc18449b98d604a914e9943.tar.gz LunaticChat-85e7e40d517a9833fdc18449b98d604a914e9943.tar.bz2 LunaticChat-85e7e40d517a9833fdc18449b98d604a914e9943.zip | |
chore(deps): update github artifact actions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yaml | 2 | ||||
| -rw-r--r-- | .github/workflows/release.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7ab33b6..347f859 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -49,7 +49,7 @@ jobs: run: ./gradlew :dokka:dokkaGenerate --no-daemon - name: Upload build artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 if: success() with: name: LunaticChat-${{ github.sha }} 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 }} |
