File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 52
52
steps :
53
53
- name : Checkout code
54
54
uses : actions/checkout@v4
55
+ with :
56
+ fetch-depth : 0
55
57
- name : Compute tag
56
58
run : echo "TAG=${{ inputs.tag_name || inputs.release_name || 'nightly-$(date +"%Y%m%d")' }}" >> "$GITHUB_ENV"
57
59
- name : Create tag
@@ -125,7 +127,7 @@ jobs:
125
127
fi
126
128
127
129
- name : Upload artifacts
128
- uses : actions/upload-artifact@v3
130
+ uses : actions/upload-artifact@v4
129
131
with :
130
132
path : ./odoo-lsp-${{ matrix.target }}.${{ matrix.runs-on == 'windows-latest' && 'zip' || 'tgz' }}
131
133
name : odoo-lsp-${{ matrix.target }}.${{ matrix.runs-on == 'windows-latest' && 'zip' || 'tgz' }}
@@ -156,7 +158,7 @@ jobs:
156
158
mv __temp__ package.json
157
159
- run : pnpm package
158
160
- name : Upload artifacts
159
- uses : actions/upload-artifact@v3
161
+ uses : actions/upload-artifact@v4
160
162
with :
161
163
path : ./odoo-lsp-*.vsix
162
164
name : odoo-lsp-extension.vsix
You can’t perform that action at this time.
0 commit comments