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

Commit

Permalink
Bump actions/upload-artifact from v2.2.1 to v2.2.2
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 5, 2021
1 parent cc91ba5 commit 6d0f94a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
extra-cmake-args: ${{ matrix.extra_cmake_args }}
vcs-repo-file-url: ''
- name: Upload resulting colcon logs
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: colcon-logs-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}
path: ros_ws/log
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_release_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# schedule runs against the default branch (master), so specify release-latest via repos file
vcs-repo-file-url: "${{ github.workspace }}/.github/workflows/release_latest.repos"
- name: Upload resulting colcon logs
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
name: colcon-logs-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}
path: ros_ws/log
Expand Down

0 comments on commit 6d0f94a

Please sign in to comment.