Skip to content

Commit 2dc874b

Browse files
ci(deps): Bump actions/upload-artifact from 4 to 7 (#1)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5ba1af7 commit 2dc874b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ jobs:
110110
if: always()
111111

112112
- name: Upload test results (TRX)
113-
uses: actions/upload-artifact@v4
113+
uses: actions/upload-artifact@v7
114114
if: always()
115115
with:
116116
name: test-results
117117
path: '**/TestResults/*.trx'
118118

119119
- name: Upload coverage report
120-
uses: actions/upload-artifact@v4
120+
uses: actions/upload-artifact@v7
121121
if: always()
122122
with:
123123
name: coverage-report

0 commit comments

Comments
 (0)