mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Resolve error created by the dependabot.
This commit is contained in:
parent
d9419ba690
commit
6cebbe29ac
1 changed files with 2 additions and 2 deletions
4
.github/workflows/pypi-release.yml
vendored
4
.github/workflows/pypi-release.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
|||
venv/bin/pip install ../dist/aiogram-*.whl
|
||||
venv/bin/python -c "import aiogram; print(aiogram.__version__)"
|
||||
- name: Publish artifacts
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: dist
|
||||
path: dist/*
|
||||
|
|
@ -55,7 +55,7 @@ jobs:
|
|||
id-token: write
|
||||
steps:
|
||||
- name: Download artifacts
|
||||
uses: actions/download-artifact@v4.1.7
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: dist
|
||||
path: dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue