Skip to content

Commit 26b6821

Browse files
authored
Merge pull request lichess-org#155 from lichess-org/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 1ac7c61 + 2e47e9d commit 26b6821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build berserk package
4444
run: uv run release.py --bump ${{ github.event.inputs.bump }} --branch ${{ env.BRANCH_NAME }}
4545
- name: Store the distribution packages
46-
uses: actions/upload-artifact@v5
46+
uses: actions/upload-artifact@v6
4747
with:
4848
name: python-package-distributions
4949
path: dist/

0 commit comments

Comments
 (0)