Skip to content

Commit

Permalink
Merge pull request #98 from cta-observatory/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
aleberti authored Nov 20, 2024
2 parents a454679 + 1b95e38 commit f79a713
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
run: |
pytest --cov=ctapipe_io_magic --cov-report=xml
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
if: contains(github.event.pull_request.labels.*.name, 'documentation-only') == false
with:
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion download_test_data.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -e

Expand Down

0 comments on commit f79a713

Please sign in to comment.