Skip to content

Commit c7e7063

Browse files
Bump the gh-actions-packages group across 1 directory with 2 updates
Bumps the gh-actions-packages group with 2 updates in the /.github/actions/build-test directory: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [mxschmitt/action-tmate](https://github.com/mxschmitt/action-tmate). Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) Updates `mxschmitt/action-tmate` from 3.22 to 3.23 - [Release notes](https://github.com/mxschmitt/action-tmate/releases) - [Changelog](https://github.com/mxschmitt/action-tmate/blob/master/RELEASE.md) - [Commits](mxschmitt/action-tmate@7b6a61a...c0afd6f) Updates `actions/upload-artifact` from 4.6.2 to 5.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@ea165f8...330a01c) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-packages - dependency-name: mxschmitt/action-tmate dependency-version: '3.23' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions-packages - dependency-name: actions/upload-artifact dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c48f6ce commit c7e7063

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/build-test/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
3939
- name: Debug with SSH connection
4040
if: ${{ failure() && runner.debug == '1' }}
41-
uses: mxschmitt/action-tmate@7b6a61a73bbb9793cb80ad69b8dd8ac19261834c # v3.19.0
41+
uses: mxschmitt/action-tmate@c0afd6f790e3a5564914980036ebf83216678101 # v3.19.0
4242
with:
4343
limit-access-to-actor: true
4444
# This mode will wait at the end of the job for a user to connect and then to terminate the tmate session.
@@ -53,13 +53,13 @@ runs:
5353

5454
- name: Upload junit reports
5555
if: ${{ !cancelled() }}
56-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
56+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5757
with:
5858
name: junit-${{ inputs.alias }}-${{ inputs.container-id }}
5959
path: tmp/rspec/*.xml
6060

6161
- name: Upload coverage data
62-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
62+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
6363
with:
6464
name: coverage-${{ inputs.alias }}-${{ inputs.container-id }}
6565
path: coverage

0 commit comments

Comments
 (0)