Skip to content
This repository was archived by the owner on Feb 12, 2022. It is now read-only.

Commit c8c0113

Browse files
Bump actions/upload-artifact from v2.2.1 to v2.2.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v2.2.1 to v2.2.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's releases</a>.</em></p> <blockquote> <h2>v2.2.2</h2> <ul> <li>Improved retryability and error handling</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/upload-artifact/commit/e448a9b857ee2131e752b06002bf0e093c65e571"><code>e448a9b</code></a> Add retries to all HTTP calls + resolve dependabot alerts (<a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/160">#160</a>)</li> <li><a href="https://github.com/actions/upload-artifact/commit/e6bd6b77493dc00b6a9e3c38172973cc618562d6"><code>e6bd6b7</code></a> Replace &quot;file(s)&quot; with &quot;file&quot; or &quot;files&quot; (<a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/159">#159</a>)</li> <li><a href="https://github.com/actions/upload-artifact/commit/1fd4c858f9c4c197a9f9ac33b71e817f3d11960c"><code>1fd4c85</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/152">#152</a> from actions/joshmgross/fix-codeowners</li> <li><a href="https://github.com/actions/upload-artifact/commit/a2af908e3a95a9a1b571ebf255fae1b4e3040a44"><code>a2af908</code></a> Fix CODEOWNERS team name</li> <li><a href="https://github.com/actions/upload-artifact/commit/928d1a16d908842c3b25f3eae36ec383fa02e15c"><code>928d1a1</code></a> Create CODEOWNERS (<a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/149">#149</a>)</li> <li><a href="https://github.com/actions/upload-artifact/commit/e4a7ffadfc58aadbd801abac31a52c2a675fa328"><code>e4a7ffa</code></a> Update README with more retention documentation</li> <li>See full diff in <a href="https://github.com/actions/upload-artifact/compare/v2.2.1...e448a9b857ee2131e752b06002bf0e093c65e571">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
1 parent 5714c6b commit c8c0113

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
package-name: kinesis_video_streamer kinesis_video_msgs
4141
vcs-repo-file-url: ''
4242
- name: Upload resulting colcon logs
43-
uses: actions/[email protected].1
43+
uses: actions/[email protected].2
4444
with:
4545
name: colcon-logs-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}
4646
path: ros_ws/log

.github/workflows/build_and_test_release_latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# schedule runs against the default branch (master), so specify release-latest via repos file
3838
vcs-repo-file-url: "${{ github.workspace }}/.github/workflows/release_latest.repos"
3939
- name: Upload resulting colcon logs
40-
uses: actions/[email protected].1
40+
uses: actions/[email protected].2
4141
with:
4242
name: colcon-logs-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}
4343
path: ros_ws/log

0 commit comments

Comments
 (0)