We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c3472 commit 4b2856cCopy full SHA for 4b2856c
1 file changed
.github/workflows/release-swagger-ui.yml
@@ -77,7 +77,7 @@ jobs:
77
echo ${{ steps.semantic.outputs.new_release_patch_version }}
78
79
- name: Upload build artifacts
80
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
81
with:
82
name: dist
83
path: ./dist
@@ -88,7 +88,7 @@ jobs:
88
run: |
89
echo ${{ steps.semantic.outputs.new_release_version }} > released-version.txt
90
- name: Upload released version
91
92
93
name: released-version
94
path: ./released-version.txt
0 commit comments