Skip to content

Commit 4fad58f

Browse files
build(deps): bump the actions group with 2 updates (#775)
Bumps the actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `actions/download-artifact` from 4 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9b967b1 commit 4fad58f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/draft-on-changes-requested.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
outputs:
1717
pr_number: ${{ steps.pr.outputs.number }}
1818
steps:
19-
- uses: actions/download-artifact@v4
19+
- uses: actions/download-artifact@v7
2020
with:
2121
name: pr-info
2222
run-id: ${{ github.event.workflow_run.id }}

.github/workflows/record-changes-requested.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- run: echo "${{ github.event.pull_request.number }}" > pr_number.txt
13-
- uses: actions/upload-artifact@v4
13+
- uses: actions/upload-artifact@v6
1414
with:
1515
name: pr-info
1616
path: pr_number.txt

0 commit comments

Comments
 (0)