Skip to content

Commit 2884bc3

Browse files
Bump the github-action-deps group across 1 directory with 2 updates
Bumps the github-action-deps group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `actions/download-artifact` from 4 to 5 - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-deps - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-action-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 68e9a34 commit 2884bc3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
architecture: ARM64
3636

3737
steps:
38-
- uses: actions/checkout@v4
38+
- uses: actions/checkout@v5
3939
with:
4040
fetch-depth: 0
4141
submodules: recursive
@@ -106,7 +106,7 @@ jobs:
106106
if: startsWith(github.ref, 'refs/tags/')
107107
steps:
108108
- name: Download Artifacts
109-
uses: actions/download-artifact@v4
109+
uses: actions/download-artifact@v5
110110

111111
- name: Rename win-x64 and win-x86 artifacts
112112
run: |

0 commit comments

Comments
 (0)