Skip to content

Commit 04bcc14

Browse files
dependabot[bot]Berend Sliedrecht
authored andcommitted
build(deps): bump the all-actions group with 4 updates
Bumps the all-actions group with 4 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/upload-artifact` from 3 to 4 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) Updates `actions/download-artifact` from 3 to 4 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4) Updates `codecov/codecov-action` from 3 to 4 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) Updates `peter-evans/create-pull-request` from 5 to 6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6fa0f5d commit 04bcc14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101

102102
# Upload coverage for shard
103103
- run: mv coverage/coverage-final.json coverage/${{ matrix.shard }}.json
104-
- uses: actions/upload-artifact@v3
104+
- uses: actions/upload-artifact@v4
105105
with:
106106
name: coverage-artifacts
107107
path: coverage/${{ matrix.shard }}.json
@@ -137,7 +137,7 @@ jobs:
137137

138138
# Upload coverage for e2e
139139
- run: mv coverage/coverage-final.json coverage/e2e.json
140-
- uses: actions/upload-artifact@v3
140+
- uses: actions/upload-artifact@v4
141141
with:
142142
name: coverage-artifacts
143143
path: coverage/e2e.json
@@ -147,12 +147,12 @@ jobs:
147147
runs-on: ubuntu-20.04
148148
needs: [e2e-tests, unit-tests]
149149
steps:
150-
- uses: actions/download-artifact@v3
150+
- uses: actions/download-artifact@v4
151151
with:
152152
name: coverage-artifacts
153153
path: coverage
154154

155-
- uses: codecov/codecov-action@v3
155+
- uses: codecov/codecov-action@v4
156156
with:
157157
directory: coverage
158158

@@ -205,7 +205,7 @@ jobs:
205205
echo version="${NEW_VERSION}" >> "$GITHUB_OUTPUT"
206206
207207
- name: Create Pull Request
208-
uses: peter-evans/create-pull-request@v5
208+
uses: peter-evans/create-pull-request@v6
209209
with:
210210
commit-message: |
211211
chore(release): v${{ steps.new-version.outputs.version }}

0 commit comments

Comments
 (0)