Skip to content

Commit a5e1268

Browse files
ci(deps): bump actions/upload-artifact in the github-actions group (#172)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ff6a95 commit a5e1268

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
./.github/scripts/format-coverage.sh coverage.out "$CURRENT_COV" "$MAIN_COV" > coverage-summary.md
200200
201201
- name: Upload coverage artifact
202-
uses: actions/upload-artifact@v6
202+
uses: actions/upload-artifact@v7
203203
with:
204204
name: coverage-report
205205
path: |

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4646

4747
- name: Upload artifacts
48-
uses: actions/upload-artifact@v6
48+
uses: actions/upload-artifact@v7
4949
if: always()
5050
with:
5151
name: release-artifacts

0 commit comments

Comments
 (0)