Merge branch 'master' into dependabot/github_actions/actions/upload-artifact-5

This commit is contained in:
Arkadii Yakovets 2025-10-24 17:26:32 -07:00 committed by GitHub
commit 5fbff35c3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -131,7 +131,7 @@ jobs:
python-version: '3.11' python-version: '3.11'
- name: Get package artifacts - name: Get package artifacts
uses: actions/download-artifact@v5 uses: actions/download-artifact@v6
with: with:
name: dist name: dist
path: dist path: dist
@ -319,7 +319,7 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: Get package artifacts - name: Get package artifacts
uses: actions/download-artifact@v5 uses: actions/download-artifact@v6
with: with:
name: dist name: dist
path: dist path: dist
@ -345,7 +345,7 @@ jobs:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
steps: steps:
- name: Get package artifacts - name: Get package artifacts
uses: actions/download-artifact@v5 uses: actions/download-artifact@v6
with: with:
name: dist name: dist
path: dist path: dist