From 2212b0679388383789f72162ba7fb8cc706d0828 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 5 Feb 2025 01:08:27 +0000 Subject: [PATCH] Update GitHub Action Versions --- .github/workflows/python-publish.yml | 2 +- .github/workflows/tests.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index d714b957..ec75b49f 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4.2.2 - name: Set up Python - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: '3.11' - name: Install dependencies diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d60a9772..35912d95 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@v4.2.2 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5.3.0 + uses: actions/setup-python@v5.4.0 with: python-version: ${{ matrix.python-version }} - name: Install dependencies @@ -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.5.0 + uses: actions/upload-artifact@v4.6.0 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.5.0 + uses: actions/upload-artifact@v4.6.0 with: name: tests_${{runner.os}}_${{matrix.python-version}} path: '${{ steps.extract_branch.outputs.branch }}/tests_${{runner.os}}_${{matrix.python-version}}.svg' @@ -171,7 +171,7 @@ jobs: coverage xml -i - name: Upload combined coverage report to Codecov - uses: codecov/codecov-action@v5.1.2 + uses: codecov/codecov-action@v5.3.1 with: token: ${{ secrets.CODECOV_TOKEN }} files: coverage.xml \ No newline at end of file