diff --git a/.github/workflows/primer.yaml b/.github/workflows/primer.yaml index cd3e07a8..f7cab7f1 100644 --- a/.github/workflows/primer.yaml +++ b/.github/workflows/primer.yaml @@ -54,7 +54,7 @@ jobs: echo ${{ github.event.pull_request.number }} | tee pr_number.txt cp .pydocstringformatter_primer_tests/fulldiff.txt fulldiff.txt - name: Upload primer diff and PR number - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: name: primer_diffs path: | diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index c323e1cf..fecf6bc8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -27,7 +27,7 @@ jobs: - name: Run pytest run: pytest -vv --cov - name: Upload coverage artifact - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: include-hidden-files: true name: coverage-linux-${{ matrix.python-version }} @@ -57,7 +57,7 @@ jobs: - name: Run pytest run: pytest -vv --cov - name: Upload coverage artifact - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: include-hidden-files: true name: coverage-windows-${{ matrix.python-version }}