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

Commit 04d9e1d

Browse files
Bump actions/upload-artifact from v1 to v2.2.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from v1 to v2.2.1. <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.1</h2> <ul> <li>Update used actions/core package to the latest version</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/actions/upload-artifact/commit/726a6dcd0199f578459862705eed35cda05af50b"><code>726a6dc</code></a> Adding example of retention-days option. (<a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/131">#131</a>)</li> <li><a href="https://github.com/actions/upload-artifact/commit/3db166e2eae9e41d58153ed148d7d8faddefdd0d"><code>3db166e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/145">#145</a> from actions/joshmgross/update-actions-core</li> <li><a href="https://github.com/actions/upload-artifact/commit/d86048c66c5b62e8b57f1e5a40f086121540a8da"><code>d86048c</code></a> Update @actions/core license</li> <li><a href="https://github.com/actions/upload-artifact/commit/328d69042a10e4f541f4c92ef686815bf78c8c12"><code>328d690</code></a> Update @actions/core to 1.2.6</li> <li><a href="https://github.com/actions/upload-artifact/commit/27bce4eee761b5bc643f46a8dfb41b430c8d05f6"><code>27bce4e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/actions/upload-artifact/issues/112">#112</a> from thboop/main</li> <li><a href="https://github.com/actions/upload-artifact/commit/f8b42f7ab442a66b3d51a5ca02855b194a36ae2d"><code>f8b42f7</code></a> update licensed files</li> <li><a href="https://github.com/actions/upload-artifact/commit/2106e8cf10e032ca9d5724c4c676543febe74f0b"><code>2106e8c</code></a> update contributing.md</li> <li><a href="https://github.com/actions/upload-artifact/commit/db66798ebcfbaa7f3f8ff66bce013213265c30d1"><code>db66798</code></a> Ignore Generated Files in Git PR's</li> <li><a href="https://github.com/actions/upload-artifact/commit/d359fd0772ed6802a84728dd6b09ec99f41a67b7"><code>d359fd0</code></a> Manual Verification of licenses</li> <li><a href="https://github.com/actions/upload-artifact/commit/350822c32f871c559dbe1667c24424e06c4f03e3"><code>350822c</code></a> Add Licensed Workflow and config</li> <li>Additional commits viewable in <a href="https://github.com/actions/upload-artifact/compare/v1...726a6dcd0199f578459862705eed35cda05af50b">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 8a3f3ad commit 04d9e1d

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/upload-artifact@v1
43+
uses: actions/upload-artifact@v2.2.1
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/upload-artifact@v1
40+
uses: actions/upload-artifact@v2.2.1
4141
with:
4242
name: colcon-logs-${{ matrix.ubuntu_distro }}-ros-${{ matrix.ros_distro }}
4343
path: ros_ws/log

0 commit comments

Comments
 (0)