Skip to content

Commit 4dabd42

Browse files
authored
Merge pull request #2 from tallesborges/dependabot/github_actions/github-actions-c968d19e4c
ci(deps): bump the github-actions group with 2 updates
2 parents 519a527 + b51fe90 commit 4dabd42

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/quality-gates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
4747
4848
- name: Upload coverage to Codecov
49-
uses: codecov/codecov-action@v4
49+
uses: codecov/codecov-action@v5
5050
with:
5151
files: lcov.info
5252
fail_ci_if_error: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
echo "EOF" >> $GITHUB_OUTPUT
245245
246246
- name: Create GitHub Release
247-
uses: softprops/action-gh-release@v1
247+
uses: softprops/action-gh-release@v2
248248
with:
249249
tag_name: ${{ steps.version.outputs.version }}
250250
name: "Release ${{ steps.version.outputs.version }}"

0 commit comments

Comments
 (0)