From e8ddc1e14500205882403b9c066b3a3e6fd1f809 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 03:51:40 +0000 Subject: [PATCH] Bump actions/upload-artifact from 4.3.4 to 4.3.5 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.4 to 4.3.5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4.3.4...v4.3.5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/primer.yaml | 2 +- .github/workflows/tests.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/primer.yaml b/.github/workflows/primer.yaml index e899ad2..5c48269 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.3.4 + uses: actions/upload-artifact@v4.3.5 with: name: primer_diffs path: | diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index a579304..ec0036c 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.3.4 + uses: actions/upload-artifact@v4.3.5 with: name: coverage-linux-${{ matrix.python-version }} path: .coverage @@ -56,7 +56,7 @@ jobs: - name: Run pytest run: pytest -vv --cov - name: Upload coverage artifact - uses: actions/upload-artifact@v4.3.4 + uses: actions/upload-artifact@v4.3.5 with: name: coverage-windows-${{ matrix.python-version }} path: .coverage