File tree Expand file tree Collapse file tree 3 files changed +36
-1
lines changed
Expand file tree Collapse file tree 3 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 4646 id : diff
4747
4848 # If index.js was different than expected, upload the expected version as an artifact
49- - uses : actions/upload-artifact@v3
49+ - uses : actions/upload-artifact@v4
5050 if : ${{ failure() && steps.diff.conclusion == 'failure' }}
5151 with :
5252 name : dist
Original file line number Diff line number Diff line change 1+ apiVersion : backstage.io/v1alpha1
2+ kind : Component
3+ metadata :
4+ name : action-toolbelt-login
5+ description : Perform login operations with VTEX Toolbelt using an App Key and Token
6+ tags :
7+ - typescript
8+ annotations :
9+ vtex.com/janus-acronym : " "
10+ vtex.com/o11y-os-index : " "
11+ grafana/dashboard-selector : " "
12+ github.com/project-slug : vtex/action-toolbelt-login
13+ backstage.io/techdocs-ref : dir:../
14+ spec :
15+ lifecycle : stable
16+ owner : apps
17+ type : gh-action
18+ dependsOn :
19+ - component:toolbelt
Original file line number Diff line number Diff line change 1+ - name : action-toolbelt-login
2+ build :
3+ provider : dkcicd
4+ pipelines :
5+ - name : techdocs-v1
6+ parameters :
7+ entityReference : default/component/action-toolbelt-login
8+ sourceDir : ./
9+ when :
10+ - event : push
11+ source : branch
12+ regex : main
13+ path :
14+ - " docs/**"
15+ - README.md
16+ - .vtex/deployment.yaml
You can’t perform that action at this time.
0 commit comments