Skip to content

Commit 4e311bf

Browse files
Bump the github-actions group with 2 updates (#130)
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0fd56c5 commit 4e311bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
- name: "Inspect public API changes"
109109
run: ./build.sh generateapichanges -s true
110110

111-
- uses: actions/upload-artifact@v5
111+
- uses: actions/upload-artifact@v6
112112
with:
113113
name: build
114114
path: build/output/
@@ -130,7 +130,7 @@ jobs:
130130
with:
131131
global-json-file: ./global.json
132132

133-
- uses: actions/download-artifact@v6
133+
- uses: actions/download-artifact@v7
134134
with:
135135
name: build
136136
path: build/output
@@ -170,7 +170,7 @@ jobs:
170170
with:
171171
global-json-file: ./global.json
172172

173-
- uses: actions/download-artifact@v6
173+
- uses: actions/download-artifact@v7
174174
with:
175175
name: build
176176
path: build/output

0 commit comments

Comments
 (0)