Skip to content

Commit 1161447

Browse files
build: bump the actions-deps group with 2 updates (#195)
Bumps the actions-deps 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 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `actions/download-artifact` from 5 to 6 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 400bda3 commit 1161447

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/medcat-v2_release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: python -m build
6363

6464
- name: Upload wheel artifact
65-
uses: actions/upload-artifact@v4
65+
uses: actions/upload-artifact@v5
6666
with:
6767
name: medcat-v2-wheel
6868
path: |
@@ -122,7 +122,7 @@ jobs:
122122
# cp req-gpu.txt bundle-gpu/requirements.txt
123123

124124
- name: Download built medcat wheel for inclusion in bundles
125-
uses: actions/download-artifact@v5
125+
uses: actions/download-artifact@v6
126126
with:
127127
name: medcat-v2-wheel
128128
path: medcat-v2/built-wheel
@@ -141,7 +141,7 @@ jobs:
141141
# tar -czf medcat-v${{ needs.build.outputs.version_only }}-${{ matrix.python-version }}-gpu.tar.gz -C bundle-gpu .
142142

143143
- name: Upload bundles as artifacts
144-
uses: actions/upload-artifact@v4
144+
uses: actions/upload-artifact@v5
145145
with:
146146
name: bundles-${{ matrix.python-version }}
147147
path: |
@@ -154,7 +154,7 @@ jobs:
154154
runs-on: ubuntu-latest
155155
steps:
156156
- name: Download all artifacts
157-
uses: actions/download-artifact@v5
157+
uses: actions/download-artifact@v6
158158
with:
159159
path: medcat-v2/artifacts
160160

@@ -166,7 +166,7 @@ jobs:
166166
ls -l dist/
167167
168168
- name: Download built wheel
169-
uses: actions/download-artifact@v5
169+
uses: actions/download-artifact@v6
170170
with:
171171
name: medcat-v2-wheel
172172
path: medcat-v2/dist-wheel

0 commit comments

Comments
 (0)