Skip to content

Commit 9b3a84d

Browse files
Bump the all-github-actions group in /.github/workflows with 2 updates (#382)
Bumps the all-github-actions group in /.github/workflows 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 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/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66c1a15 commit 9b3a84d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
if: matrix.build_testing == 'OFF' && matrix.build_type == 'Debug'
199199
# If we use the build with testing ON, we'd also need to copy over (and
200200
# install) the libtdms.so so use the OFF build for simplicity.
201-
uses: actions/upload-artifact@v6
201+
uses: actions/upload-artifact@v7
202202
with:
203203
name: tdms_build_${{ matrix.os }}
204204
path: ${{ runner.workspace }}/build/tdms_build.tar
@@ -234,7 +234,7 @@ jobs:
234234
python3 -m pip install -r ${GITHUB_WORKSPACE}/tdms/tests/requirements.txt
235235
236236
- name: Download build result
237-
uses: actions/download-artifact@v7
237+
uses: actions/download-artifact@v8
238238
with:
239239
name: tdms_build_${{ matrix.os }}
240240
path: ${{ runner.workspace }}

0 commit comments

Comments
 (0)