From e4fa8a6f5441c1b11ba6dda1fe6b6d4482e8f2d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Mar 2025 01:11:57 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/tests.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 35912d95..3d1ff71d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -66,7 +66,7 @@ jobs: pytest --cov=pymodaq_data -n 1 mv .coverage coverage/coverage_${{ matrix.os }}_${{ matrix.python-version }} - name: Upload coverage artifact - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: name: coverage-${{ matrix.os }}-${{ matrix.python-version }} path: coverage/coverage_${{ matrix.os }}_${{ matrix.python-version }} @@ -98,7 +98,7 @@ jobs: - name: Upload badge artifact if: ${{ always() }} - uses: actions/upload-artifact@v4.6.0 + uses: actions/upload-artifact@v4.6.1 with: name: tests_${{runner.os}}_${{matrix.python-version}} path: '${{ steps.extract_branch.outputs.branch }}/tests_${{runner.os}}_${{matrix.python-version}}.svg' @@ -117,7 +117,7 @@ jobs: ref: badges - name: Download badges - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 - name: Reorganize badges run: | @@ -150,7 +150,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Download all coverage artifacts - uses: actions/download-artifact@v4.1.8 + uses: actions/download-artifact@v4.1.9 with: path: ./coverage-reports @@ -171,7 +171,7 @@ jobs: coverage xml -i - name: Upload combined coverage report to Codecov - uses: codecov/codecov-action@v5.3.1 + uses: codecov/codecov-action@v5.4.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml \ No newline at end of file