Skip to content

Commit 340b2ba

Browse files
authored
Merge pull request #19676 from lichess-org/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 0c9af6d + dd86f0f commit 340b2ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- name: Tar assets
6969
run: cd assets && tar --zstd -cvpf ../assets.tar.zst . && cd -
7070
- name: Upload artifact
71-
uses: actions/upload-artifact@v6
71+
uses: actions/upload-artifact@v7
7272
with:
7373
name: lila-assets
7474
path: assets.tar.zst

.github/workflows/server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- run: cd target/universal/stage && tar --zstd -cvpf ../../../lila-3.0.tar.zst . && cd -
5454
env:
5555
ZSTD_LEVEL: 1 # most files are already zipped
56-
- uses: actions/upload-artifact@v6
56+
- uses: actions/upload-artifact@v7
5757
if: ${{ matrix.java-version == 21 }}
5858
with:
5959
name: lila-server

0 commit comments

Comments
 (0)