Skip to content

Commit a7579b8

Browse files
authored
Merge pull request #615 from traPtitech/dependabot/github_actions/actions/download-artifact-6
2 parents 5c29c4c + 70ce080 commit a7579b8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/common.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
node-version-file: ./.node-version
4040
cache: npm
4141
- run: npm ci
42-
- uses: actions/download-artifact@v5
42+
- uses: actions/download-artifact@v6
4343
with:
4444
name: apis
4545
path: ./src/lib/apis/generated
@@ -55,7 +55,7 @@ jobs:
5555
node-version-file: ./.node-version
5656
cache: npm
5757
- run: npm ci
58-
- uses: actions/download-artifact@v5
58+
- uses: actions/download-artifact@v6
5959
with:
6060
name: apis
6161
path: ./src/lib/apis/generated
@@ -71,7 +71,7 @@ jobs:
7171
node-version-file: ./.node-version
7272
cache: npm
7373
- run: npm ci
74-
- uses: actions/download-artifact@v5
74+
- uses: actions/download-artifact@v6
7575
with:
7676
name: apis
7777
path: ./src/lib/apis/generated
@@ -122,7 +122,7 @@ jobs:
122122
node-version-file: ./.node-version
123123
cache: npm
124124
- run: npm ci
125-
- uses: actions/download-artifact@v5
125+
- uses: actions/download-artifact@v6
126126
with:
127127
name: apis
128128
path: ./src/lib/apis/generated

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
with:
4343
key: ${{ secrets.STAGING_SSH_KEY }}
4444
known_hosts: ${{ secrets.STAGING_KNOWN_HOSTS }}
45-
- uses: actions/download-artifact@v5
45+
- uses: actions/download-artifact@v6
4646
with:
4747
name: dist
4848
path: ./dist

0 commit comments

Comments
 (0)