Skip to content

Commit 0821287

Browse files
ci(deps): bump the actions group with 2 updates (#86)
Bumps the 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 4 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) Updates `actions/download-artifact` from 4 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c85e8c8 commit 0821287

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
run: node pkg/@eser/cli/dist/eser.js codebase validate-licenses || true
130130

131131
- name: Upload npm bundle
132-
uses: actions/upload-artifact@v4
132+
uses: actions/upload-artifact@v7
133133
with:
134134
name: npm-bundle
135135
path: pkg/@eser/cli/dist/
@@ -164,7 +164,7 @@ jobs:
164164
registry-url: "https://registry.npmjs.org"
165165

166166
- name: Download npm bundle
167-
uses: actions/download-artifact@v4
167+
uses: actions/download-artifact@v8
168168
with:
169169
name: npm-bundle
170170
path: pkg/@eser/cli/dist/

0 commit comments

Comments
 (0)