Merge branch 'master' into feature/my-change

This commit is contained in:
Aarush289 2025-10-25 13:11:50 +05:30 committed by GitHub
commit 859b850629
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -107,7 +107,7 @@ jobs:
poetry build --no-interaction poetry build --no-interaction
- name: Upload package artifacts - name: Upload package artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: dist name: dist
path: dist path: dist
@ -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