aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/auto-approve.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-01 15:46:02 +0900
committerGitHub <noreply@github.com>2024-01-01 06:46:02 +0000
commitbf7ac8215c9d78735d411a064dceffde812b7c1f (patch)
tree7df4174d723bef04415e43c303e3ce4f4b75b0eb /.github/workflows/auto-approve.yml
parent7958444b4ead530b3bee1bdee53e1ad6842ef86c (diff)
Bump actions/upload-artifact from 3 to 4 (#496)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v3...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/auto-approve.yml')
-rw-r--r--.github/workflows/auto-approve.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml
index 7e67a92b..d86ead89 100644
--- a/.github/workflows/auto-approve.yml
+++ b/.github/workflows/auto-approve.yml
@@ -11,7 +11,7 @@ jobs:
PR_NUM: ${{ github.event.number }}
run: echo $PR_NUM > pr_num.txt
- name: Upload the PR number
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: pr_num
path: ./pr_num.txt \ No newline at end of file