Skip to content

Commit 300cc89

Browse files
chore(deps): bump actions/upload-artifact from 6 to 7 (#5722)
1 parent a16d556 commit 300cc89

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Upload build artifacts
4646
if: github.ref == 'refs/heads/main'
47-
uses: actions/upload-artifact@v6
47+
uses: actions/upload-artifact@v7
4848
with:
4949
name: build
5050
path: ./build

.github/workflows/nightly-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
run: npm run pw:ci
4848

4949
- name: Upload build artifact
50-
uses: actions/upload-artifact@v6
50+
uses: actions/upload-artifact@v7
5151
with:
5252
name: build
5353
path: ./build
5454

5555
- name: Upload npm artifact
56-
uses: actions/upload-artifact@v6
56+
uses: actions/upload-artifact@v7
5757
with:
5858
name: "swagger-editor.tgz"
5959
path: ./swagger-editor-*.tgz

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
echo ${{ steps.semantic.outputs.new_release_version }} > released-version.txt
8888
8989
- name: Upload released version
90-
uses: actions/upload-artifact@v6
90+
uses: actions/upload-artifact@v7
9191
with:
9292
name: released-version
9393
path: ./released-version.txt

0 commit comments

Comments
 (0)