Skip to content

Commit 8474bb5

Browse files
committed
fix: update workflow version
1 parent 41a9861 commit 8474bb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/swagger_ui_v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7878

7979
- name: Upload artifact for ${{ matrix.folder }}
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
# Each artifact is named after the folder, ensuring uniqueness
8383
name: ${{ matrix.output }}
@@ -115,7 +115,7 @@ jobs:
115115
uses: actions/checkout@v4
116116

117117
- name: Download all UI artifacts
118-
uses: actions/download-artifact@v3
118+
uses: actions/download-artifact@v4
119119
with:
120120
# This downloads all artifacts (each will be placed in its own folder
121121
# under the "deploy" directory)

0 commit comments

Comments
 (0)