Skip to content

Commit 18c49ad

Browse files
chore(deps): update actions/download-artifact action to v8 (#57)
1 parent 3f08efc commit 18c49ad

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
node-version-file: ".node-version"
4141
registry-url: "https://registry.npmjs.org"
42-
- uses: actions/download-artifact@v7
42+
- uses: actions/download-artifact@v8
4343
with:
4444
name: build
4545
path: pkg/
@@ -59,7 +59,7 @@ jobs:
5959
- uses: actions/setup-node@v6
6060
with:
6161
node-version-file: ".node-version"
62-
- uses: actions/download-artifact@v7
62+
- uses: actions/download-artifact@v8
6363
with:
6464
name: build
6565
path: pkg/
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
node-version-file: ".node-version"
8181
registry-url: "https://npm.pkg.github.com"
82-
- uses: actions/download-artifact@v7
82+
- uses: actions/download-artifact@v8
8383
with:
8484
name: build
8585
path: pkg/
@@ -97,7 +97,7 @@ jobs:
9797
contents: write
9898
steps:
9999
- uses: actions/checkout@v6
100-
- uses: actions/download-artifact@v7
100+
- uses: actions/download-artifact@v8
101101
with:
102102
name: build
103103
path: pkg/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- uses: taiki-e/install-action@v2
7777
with:
7878
tool: just
79-
- uses: actions/download-artifact@v7
79+
- uses: actions/download-artifact@v8
8080
with:
8181
name: build
8282
path: pkg/

0 commit comments

Comments
 (0)