diff --git a/.github/workflows/tox.yml b/.github/workflows/tox.yml index e30c8915..ad0af974 100644 --- a/.github/workflows/tox.yml +++ b/.github/workflows/tox.yml @@ -137,7 +137,7 @@ jobs: if: ${{ matrix.command5 }} - name: Archive logs - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 if: ${{ matrix.name != 'lint' }} with: name: logs-${{ matrix.name }} @@ -149,7 +149,7 @@ jobs: ansible_collections/ansible/eda/tests/output/junit/*.xml - name: Archive collection archive - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 # we need to do for only one job, 'tox -e docs' when run on linux: if: ${{ matrix.name == 'docs-sanity' }} with: @@ -192,7 +192,7 @@ jobs: - run: pip3 install 'coverage>=7.5.1' - name: Merge logs into a single archive - uses: actions/upload-artifact/merge@v4 + uses: actions/upload-artifact/merge@v5 with: name: logs include-hidden-files: true