File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ jobs:
147
147
run : composer compile-assets ${{ inputs.COMPILE_ASSETS_ARGS }}
148
148
149
149
- name : Upload assets artifact [DEV]
150
- uses : actions/upload-artifact@v3
150
+ uses : actions/upload-artifact@v4
151
151
if : ${{ !contains(github.ref, 'refs/tags/') }}
152
152
with :
153
153
name : assets-${{ env.ASSETS_HASH }}
Original file line number Diff line number Diff line change @@ -202,7 +202,7 @@ jobs:
202
202
run : echo "artifact=${{ steps.plugin-data.outputs.archive-name }}-${{ inputs.PLUGIN_VERSION }}" >> $GITHUB_OUTPUT
203
203
204
204
- name : Upload artifact
205
- uses : actions/upload-artifact@v3
205
+ uses : actions/upload-artifact@v4
206
206
with :
207
207
name : ${{ steps.set-artifact-name.outputs.artifact }}
208
208
path : dist/*
You can’t perform that action at this time.
0 commit comments