File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout Repository
16
- uses : actions/checkout@v3
16
+ uses : actions/checkout@v4
17
17
18
18
- name : Setup CI environment
19
19
uses :
yetanalytics/actions/[email protected]
65
65
66
66
steps :
67
67
- name : Checkout repository
68
- uses : actions/checkout@v3
68
+ uses : actions/checkout@v4
69
69
70
70
- name : Setup CD environment
71
71
uses : yetanalytics/action-setup-env@v1
@@ -89,15 +89,15 @@ jobs:
89
89
if : ${{ github.ref_type == 'tag' }}
90
90
steps :
91
91
- name : Checkout repository
92
- uses : actions/checkout@v3
92
+ uses : actions/checkout@v4
93
93
94
94
- name : Download Bundle Artifact
95
- uses : actions/download-artifact@v3
95
+ uses : actions/download-artifact@v4
96
96
with :
97
97
name : datasim-bundle-artifact-${{ github.sha }}
98
98
99
99
- name : Craft Draft Release
100
- uses : softprops/action-gh-release@v1
100
+ uses : softprops/action-gh-release@v2
101
101
with :
102
102
# Defaults:
103
103
# name: [tag name]
You can’t perform that action at this time.
0 commit comments