Skip to content

Commit 22ec22f

Browse files
authored
Merge pull request #2240 from WordPress/dependabot/github_actions/actions/upload-artifact-5.0.0
Bump actions/upload-artifact from 4.6.2 to 5.0.0
2 parents 649deba + fd2eb70 commit 22ec22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Upload artifact
122122
if: steps.check-deployment.outputs.deploy == 'true'
123-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
123+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v4
124124
with:
125125
name: ${{ matrix.plugin }}
126126
path: ./build/dist

0 commit comments

Comments
 (0)