Skip to content

Commit bac6044

Browse files
chore(deps): bump actions/upload-artifact from 4 to 5 (#10617)
1 parent 270d96d commit bac6044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-swagger-ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
echo ${{ steps.semantic.outputs.new_release_patch_version }}
7878
7979
- name: Upload build artifacts
80-
uses: actions/upload-artifact@v4
80+
uses: actions/upload-artifact@v5
8181
with:
8282
name: dist
8383
path: ./dist
@@ -88,7 +88,7 @@ jobs:
8888
run: |
8989
echo ${{ steps.semantic.outputs.new_release_version }} > released-version.txt
9090
- name: Upload released version
91-
uses: actions/upload-artifact@v4
91+
uses: actions/upload-artifact@v5
9292
with:
9393
name: released-version
9494
path: ./released-version.txt

0 commit comments

Comments
 (0)