Skip to content

Commit 6a6e18e

Browse files
chore(deps): update actions/upload-artifact action to v3.1.1
1 parent 092824e commit 6a6e18e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
121121
# Store already-built plugin as an artifact for downloading
122122
- name: Upload artifact
123-
uses: actions/[email protected].0
123+
uses: actions/[email protected].1
124124
with:
125125
name: ${{ steps.artifact.outputs.filename }}
126126
path: ./build/distributions/content/*/*

0 commit comments

Comments
 (0)