Skip to content

Commit 2db0096

Browse files
committed
chore(ci): bump upload-artifact
1 parent d5df84c commit 2db0096

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: .github/workflows/nightly.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ jobs:
5252
steps:
5353
- name: Checkout code
5454
uses: actions/checkout@v4
55+
with:
56+
fetch-depth: 0
5557
- name: Compute tag
5658
run: echo "TAG=${{ inputs.tag_name || inputs.release_name || 'nightly-$(date +"%Y%m%d")' }}" >> "$GITHUB_ENV"
5759
- name: Create tag
@@ -125,7 +127,7 @@ jobs:
125127
fi
126128
127129
- name: Upload artifacts
128-
uses: actions/upload-artifact@v3
130+
uses: actions/upload-artifact@v4
129131
with:
130132
path: ./odoo-lsp-${{ matrix.target }}.${{ matrix.runs-on == 'windows-latest' && 'zip' || 'tgz' }}
131133
name: odoo-lsp-${{ matrix.target }}.${{ matrix.runs-on == 'windows-latest' && 'zip' || 'tgz' }}
@@ -156,7 +158,7 @@ jobs:
156158
mv __temp__ package.json
157159
- run: pnpm package
158160
- name: Upload artifacts
159-
uses: actions/upload-artifact@v3
161+
uses: actions/upload-artifact@v4
160162
with:
161163
path: ./odoo-lsp-*.vsix
162164
name: odoo-lsp-extension.vsix

0 commit comments

Comments
 (0)