Skip to content

Commit 2eb1a95

Browse files
authored
Update build.yml
1 parent b0d3549 commit 2eb1a95

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
@@ -40,7 +40,7 @@ jobs:
4040
run: echo "::set-output name=version::${{steps.date.outputs.date}}${{env.UI_VERSION_LETTER}}"
4141

4242
- name: Upload Artifact
43-
uses: actions/upload-artifact@v2
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: compose.manager-package-${{steps.version.outputs.version}}.txz
4646
path: ./archive/compose.manager-package-*

0 commit comments

Comments
 (0)