Skip to content

Commit 3137bbd

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
build(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...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>
1 parent fe625b4 commit 3137bbd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
105105
- name: Upload baseline coverage
106106
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
107-
uses: actions/upload-artifact@v6
107+
uses: actions/upload-artifact@v7
108108
with:
109109
name: coverage-baseline
110110
path: coverage-baseline/main-coverage.txt
@@ -225,7 +225,7 @@ jobs:
225225
226226
- name: Upload coverage artifacts
227227
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
228-
uses: actions/upload-artifact@v6
228+
uses: actions/upload-artifact@v7
229229
with:
230230
name: coverage-reports
231231
path: site/coverage/html/

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
done
4242
- name: Upload docs artifact
4343
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
44-
uses: actions/upload-artifact@v6
44+
uses: actions/upload-artifact@v7
4545
with:
4646
name: docs-reports
4747
path: ./target/doc/

0 commit comments

Comments
 (0)