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 270d96d commit bac6044Copy full SHA for bac6044
.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@v4
+ uses: actions/upload-artifact@v5
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