Skip to content

Commit 981eb7a

Browse files
Bump the all-actions group across 1 directory with 3 updates
Bumps the all-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 58a44b5 commit 981eb7a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
node-version: 20
3838

39-
- uses: actions/checkout@v5
39+
- uses: actions/checkout@v6
4040
with:
4141
token: ${{ secrets.ASSETS_COMMIT_TOKEN }}
4242
ref: ${{ github.head_ref || github.ref_name }}
@@ -81,7 +81,7 @@ jobs:
8181
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
8282
run: zip build.zip -r .
8383

84-
- uses: actions/upload-artifact@v6
84+
- uses: actions/upload-artifact@v7
8585
if: steps.changes.outputs.files_changed == 'true' || steps.changes.outputs.packages_changed
8686
with:
8787
name: build
@@ -101,7 +101,7 @@ jobs:
101101
version: ${{ steps.asset_version.outputs.version }}
102102

103103
steps:
104-
- uses: actions/download-artifact@v7
104+
- uses: actions/download-artifact@v8
105105
with:
106106
name: build
107107

@@ -136,7 +136,7 @@ jobs:
136136
runs-on: [ubuntu-latest]
137137

138138
steps:
139-
- uses: actions/download-artifact@v7
139+
- uses: actions/download-artifact@v8
140140
with:
141141
name: build
142142

0 commit comments

Comments
 (0)