Skip to content

Commit 66c1a15

Browse files
Bump the all-github-actions group in /.github/workflows with 3 updates (#381)
Bumps the all-github-actions group in /.github/workflows with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [actions/cache](https://github.com/actions/cache). Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: actions/cache dependency-version: '5' 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 7ae89a1 commit 66c1a15

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 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@v5
201+
uses: actions/upload-artifact@v6
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@v6
237+
uses: actions/download-artifact@v7
238238
with:
239239
name: tdms_build_${{ matrix.os }}
240240
path: ${{ runner.workspace }}
@@ -246,7 +246,7 @@ jobs:
246246
247247
- name: Setup cache of test data
248248
id: cache-test-data
249-
uses: actions/cache@v4
249+
uses: actions/cache@v5
250250
with:
251251
path: ${{ github.workspace }}/tdms/tests/system/data
252252
key: test_data

0 commit comments

Comments
 (0)