Skip to content

Commit 1a2f7db

Browse files
chore(deps): bump the actions group across 1 directory with 3 updates (#58)
Bumps the 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 4 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) Updates `actions/download-artifact` from 5 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - 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 d41858c commit 1a2f7db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
kind:
3131
- atlas
3232
steps:
33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
- name: Set up Python
3535
uses: actions/setup-python@v6
3636
with:
@@ -55,7 +55,7 @@ jobs:
5555
run: cat ${{ matrix.kind }}.json
5656

5757
- name: Upload generated list
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: ${{ matrix.kind }}
6161
path: ${{ matrix.kind }}.json
@@ -65,14 +65,14 @@ jobs:
6565
needs: list_models
6666
steps:
6767
- name: Set up Git repository
68-
uses: actions/checkout@v5
68+
uses: actions/checkout@v6
6969

7070
- name: Setup Pages
7171
id: pages
7272
uses: actions/configure-pages@v5
7373

7474
- name: Download artifacts
75-
uses: actions/download-artifact@v5
75+
uses: actions/download-artifact@v7
7676
with:
7777
path: artifacts/
7878
merge-multiple: true

0 commit comments

Comments
 (0)