Skip to content

Commit

Permalink
Update workflow versions
Browse files Browse the repository at this point in the history
albireox committed May 31, 2024
1 parent fcb9645 commit 4950ac4
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Create release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
name: Cerebro ${{ github.ref_name }}

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@ jobs:
OBSERVATORY: APO

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml

0 comments on commit 4950ac4

Please sign in to comment.