Skip to content

Commit

Permalink
Bump actions/upload-artifact from 3 to 4 (#231)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Markus Schubert <[email protected]>
  • Loading branch information
dependabot[bot] and widerschein authored Dec 21, 2023
1 parent c05695c commit 8939298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
pytest-extra-args: ${{ env.PYTEST_EXTRA_ARGS }}

- name: "Upload coverage results as artifacts"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: |
(matrix.python-version == env.MAIN_PYTHON_VERSION) &&
(runner.os == 'Linux')
Expand Down

0 comments on commit 8939298

Please sign in to comment.