Skip to content

Commit 5615e58

Browse files
dependabot[bot]skst
authored andcommitted
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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 e8236b2 commit 5615e58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
# https://docs.github.com/en/actions/guides/storing-workflow-data-as-artifacts#about-workflow-artifacts
155155
# https://github.com/marketplace/actions/upload-a-build-artifact
156156
- name: 📤 Upload deployment folder as a build artifact
157-
uses: actions/upload-artifact@v4
157+
uses: actions/upload-artifact@v6
158158
with:
159159
name: ${{env.ARTIFACT_PACKAGE}}
160160
path: ./release/

0 commit comments

Comments
 (0)