Skip to content

Commit 8904086

Browse files
dependabot[bot]bilelmoussaoui
authored andcommitted
build(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 80194bc commit 8904086

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@v5
107+
uses: actions/upload-artifact@v6
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@v5
228+
uses: actions/upload-artifact@v6
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
@@ -63,7 +63,7 @@ jobs:
6363
done
6464
- name: Upload docs artifact
6565
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
66-
uses: actions/upload-artifact@v5
66+
uses: actions/upload-artifact@v6
6767
with:
6868
name: docs-reports
6969
path: ./target/doc/

0 commit comments

Comments
 (0)