Skip to content

Commit 4b2856c

Browse files
dependabot[bot]kirill-of-turov
authored andcommitted
chore(deps): bump actions/upload-artifact from 6 to 7 (swagger-api#10742)
1 parent 85c3472 commit 4b2856c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
80+
uses: actions/upload-artifact@v7
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@v6
91+
uses: actions/upload-artifact@v7
9292
with:
9393
name: released-version
9494
path: ./released-version.txt

0 commit comments

Comments
 (0)