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 41a9861 commit 8474bb5Copy full SHA for 8474bb5
.github/workflows/swagger_ui_v2.yml
@@ -77,7 +77,7 @@ jobs:
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
78
79
- name: Upload artifact for ${{ matrix.folder }}
80
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
81
with:
82
# Each artifact is named after the folder, ensuring uniqueness
83
name: ${{ matrix.output }}
@@ -115,7 +115,7 @@ jobs:
115
uses: actions/checkout@v4
116
117
- name: Download all UI artifacts
118
- uses: actions/download-artifact@v3
+ uses: actions/download-artifact@v4
119
120
# This downloads all artifacts (each will be placed in its own folder
121
# under the "deploy" directory)
0 commit comments