Skip to content

Commit 1cb9b16

Browse files
Bump the all-github-actions group in /.github/workflows with 3 updates (#379)
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 [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action). 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) Updates `stefanzweifel/git-auto-commit-action` from 6 to 7 - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: actions/download-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' 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 988af51 commit 1cb9b16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.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@v4
201+
uses: actions/upload-artifact@v5
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@v5
237+
uses: actions/download-artifact@v6
238238
with:
239239
name: tdms_build_${{ matrix.os }}
240240
path: ${{ runner.workspace }}

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
mv doc/latex/masterdoc.pdf .
2626
ls | grep -xv "masterdoc.pdf" | xargs rm -rf
2727
- name: Commit documentation
28-
uses: stefanzweifel/git-auto-commit-action@v6
28+
uses: stefanzweifel/git-auto-commit-action@v7
2929
with:
3030
commit_message: Build documentation
3131
branch: gh-doc

0 commit comments

Comments
 (0)