We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d3549 commit 2eb1a95Copy full SHA for 2eb1a95
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
run: echo "::set-output name=version::${{steps.date.outputs.date}}${{env.UI_VERSION_LETTER}}"
41
42
- name: Upload Artifact
43
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
44
with:
45
name: compose.manager-package-${{steps.version.outputs.version}}.txz
46
path: ./archive/compose.manager-package-*
0 commit comments