Skip to content

Commit bfa6895

Browse files
authored
Merge pull request #267 from kit-data-manager/renovate/major-github-artifact-actions
chore(deps): update github artifact actions (major)
2 parents ede9c3a + f5ba627 commit bfa6895

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/real-npm-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- run: npx lerna run build
2828
# - run: npx lerna run test
2929
- name: Upload build artifacts
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v6
3131
with:
3232
name: build-output
3333
path: packages/
@@ -46,7 +46,7 @@ jobs:
4646
cache: 'npm'
4747
registry-url: https://npm.pkg.github.com/
4848
- name: Download build artifacts
49-
uses: actions/download-artifact@v4
49+
uses: actions/download-artifact@v7
5050
with:
5151
name: build-output
5252
path: packages/
@@ -76,7 +76,7 @@ jobs:
7676
cache: 'npm'
7777
registry-url: https://registry.npmjs.org/
7878
- name: Download build artifacts
79-
uses: actions/download-artifact@v4
79+
uses: actions/download-artifact@v7
8080
with:
8181
name: build-output
8282
path: packages/

0 commit comments

Comments
 (0)