diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-04-19 11:05:39 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-19 11:05:39 +0800 |
commit | baa5173a48bc074a3aa87ca9155e2398ab7edb25 (patch) | |
tree | ac9eeb6d89d60f3de8d211f0796b719191b71100 /.github | |
parent | 883b0fe7a15d121ea77d2f63f582438c93ad8d76 (diff) | |
download | bazarr-baa5173a48bc074a3aa87ca9155e2398ab7edb25.tar.gz bazarr-baa5173a48bc074a3aa87ca9155e2398ab7edb25.zip |
no log: Bump actions/download-artifact from 2 to 3 (#1809)v1.0.4-beta.25
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d88d98ae8..ef15e87e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: python-version: "3.8" - name: Install UI - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: name: ${{ env.UI_ARTIFACT_NAME }} path: "${{ env.UI_DIRECTORY }}/build" |