Skip to content

Commit c29040d

Browse files
authored
Merge pull request #616 from traPtitech/dependabot/github_actions/actions/upload-artifact-5
2 parents 6ad42b2 + cd78ec8 commit c29040d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/common.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
node-version-file: ./.node-version
2525
cache: npm
2626
- run: npm ci
27-
- uses: actions/upload-artifact@v4
27+
- uses: actions/upload-artifact@v5
2828
with:
2929
name: apis
3030
path: ./src/lib/apis/generated

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- run: npm ci
2727
- run: npm run build
2828
- name: Upload artifact
29-
uses: actions/upload-artifact@v4
29+
uses: actions/upload-artifact@v5
3030
with:
3131
name: dist
3232
path: ./dist

0 commit comments

Comments
 (0)