Resolve error created by the dependabot.

This commit is contained in:
JRoot Junior 2024-09-08 14:15:30 +03:00
parent d9419ba690
commit 6cebbe29ac
No known key found for this signature in database
GPG key ID: 738964250D5FF6E2

View file

@ -39,7 +39,7 @@ jobs:
venv/bin/pip install ../dist/aiogram-*.whl venv/bin/pip install ../dist/aiogram-*.whl
venv/bin/python -c "import aiogram; print(aiogram.__version__)" venv/bin/python -c "import aiogram; print(aiogram.__version__)"
- name: Publish artifacts - name: Publish artifacts
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v4
with: with:
name: dist name: dist
path: dist/* path: dist/*
@ -55,7 +55,7 @@ jobs:
id-token: write id-token: write
steps: steps:
- name: Download artifacts - name: Download artifacts
uses: actions/download-artifact@v4.1.7 uses: actions/download-artifact@v4
with: with:
name: dist name: dist
path: dist path: dist