Skip to content

Commit 80db32a

Browse files
build(deps): bump actions/upload-artifact
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cbbba73 commit 80db32a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build-node-python/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,12 +295,12 @@ runs:
295295
# This path is the global yarn cache, because for some reason the local .yarn/cache is not used. Maybe we need to set the cacheFolder, enableGlobalCache, ... options differently? @see https://yarnpkg.com/configuration/yarnrc#cacheFolder
296296
path: ~/.yarn/berry/cache/
297297
key: yarn-download-cache-${{ hashFiles('package.json') }}
298-
- uses: actions/upload-artifact@v4
298+
- uses: actions/upload-artifact@v5
299299
if: inputs.enable_node == 'true' && inputs.upload_yarn_lock
300300
with:
301301
name: ${{ inputs.upload_yarn_lock }}
302302
path: ./yarn.lock
303-
- uses: actions/upload-artifact@v4
303+
- uses: actions/upload-artifact@v5
304304
if: inputs.enable_node == 'true' && inputs.run_node_bundle == 'true' && inputs.upload_bundle
305305
with:
306306
name: ${{ inputs.upload_bundle }}

0 commit comments

Comments
 (0)