зеркало из
1
0
Форкнуть 0

Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#551)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AsafMah <asafmahlev@microsoft.com>
This commit is contained in:
dependabot[bot] 2024-09-05 12:08:39 +03:00 коммит произвёл GitHub
Родитель f90f2d258b
Коммит cbc1ce2bd7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 2 добавлений и 2 удалений

4
.github/workflows/build.yml поставляемый
Просмотреть файл

@ -58,7 +58,7 @@ jobs:
pytest -v . --junit-xml pytest.xml --cov=/home/runner/.local/lib/python${{ matrix.python-version }}/site-packages/azure/kusto --cov-report=xml:coverage2.xml
- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Unit Test Results (Python ${{ matrix.python-version }})
path: pytest*.xml
@ -80,7 +80,7 @@ jobs:
steps:
- name: Download Artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: artifacts