Skip to content

Commit df9fb5b

Browse files
Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1158243 commit df9fb5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-assets-compilation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
run: composer compile-assets ${{ inputs.COMPILE_ASSETS_ARGS }}
148148

149149
- name: Upload assets artifact [DEV]
150-
uses: actions/upload-artifact@v3
150+
uses: actions/upload-artifact@v4
151151
if: ${{ !contains(github.ref, 'refs/tags/') }}
152152
with:
153153
name: assets-${{ env.ASSETS_HASH }}

.github/workflows/build-plugin-archive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
run: echo "artifact=${{ steps.plugin-data.outputs.archive-name }}-${{ inputs.PLUGIN_VERSION }}" >> $GITHUB_OUTPUT
203203

204204
- name: Upload artifact
205-
uses: actions/upload-artifact@v3
205+
uses: actions/upload-artifact@v4
206206
with:
207207
name: ${{ steps.set-artifact-name.outputs.artifact }}
208208
path: dist/*

0 commit comments

Comments
 (0)