summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-16 08:58:03 +0900
committerGitHub <noreply@github.com>2023-12-16 08:58:03 +0900
commit1260e8b74b2e83eb70a650bfe07ce45e8ee95b62 (patch)
tree6fbc0cefe566b2778d58f8bb1135f395ddb0582f /.github/workflows
parentFix: AiScriptの`readline`が不正な値を返すことがある問題を修... (diff)
downloadsharkey-1260e8b74b2e83eb70a650bfe07ce45e8ee95b62.tar.gz
sharkey-1260e8b74b2e83eb70a650bfe07ce45e8ee95b62.tar.bz2
sharkey-1260e8b74b2e83eb70a650bfe07ce45e8ee95b62.zip
chore(deps): bump actions/upload-artifact from 2 to 4 (#12670)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/get-api-diff.yml4
-rw-r--r--.github/workflows/report-api-diff.yml2
-rw-r--r--.github/workflows/test-frontend.yml4
3 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/get-api-diff.yml b/.github/workflows/get-api-diff.yml
index 75a458424e..9dc812061b 100644
--- a/.github/workflows/get-api-diff.yml
+++ b/.github/workflows/get-api-diff.yml
@@ -54,7 +54,7 @@ jobs:
- name: Copy API.json
run: cp packages/backend/built/api.json ${{ matrix.api-json-name }}
- name: Upload Artifact
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: api-artifact
path: ${{ matrix.api-json-name }}
@@ -67,7 +67,7 @@ jobs:
PR_NUMBER: ${{ github.event.number }}
run: |
echo "$PR_NUMBER" > ./pr_number
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
with:
name: api-artifact
path: pr_number
diff --git a/.github/workflows/report-api-diff.yml b/.github/workflows/report-api-diff.yml
index 2868d6cc09..309516772f 100644
--- a/.github/workflows/report-api-diff.yml
+++ b/.github/workflows/report-api-diff.yml
@@ -56,7 +56,7 @@ jobs:
- name: Echo full diff
run: cat ./api-full.json.diff
- name: Upload full diff to Artifact
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: api-artifact
path: |
diff --git a/.github/workflows/test-frontend.yml b/.github/workflows/test-frontend.yml
index 50c225189d..e5c461e6d1 100644
--- a/.github/workflows/test-frontend.yml
+++ b/.github/workflows/test-frontend.yml
@@ -108,12 +108,12 @@ jobs:
wait-on: 'http://localhost:61812'
headed: true
browser: ${{ matrix.browser }}
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
if: failure()
with:
name: ${{ matrix.browser }}-cypress-screenshots
path: cypress/screenshots
- - uses: actions/upload-artifact@v2
+ - uses: actions/upload-artifact@v4
if: always()
with:
name: ${{ matrix.browser }}-cypress-videos