Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-expo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-07-15 08:46:13 +0300
committerGitHub <noreply@github.com>2022-07-15 08:46:13 +0300
commit1e4dbd9543e22e31cac02593ae0c2af9fc3322ae (patch)
tree79d28f7ac8e74f4d8f69d78dd04497777b2e185f
parentd09d424ba8bd9205f80d33e320743658c063a65f (diff)
Bump actions/upload-artifact from 2 to 3 (#2462)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b98c117..ac29708 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
run: bundle exec htmlproofer ./_site --allow-hash-href --assume-extension --check-external-hash --check-favicon --check-img-http --check-opengraph --disable-external --empty-alt-ignore --internal-domains "expo.getbootstrap.com"
- name: Upload docs
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v3
if: success() && github.repository == 'twbs/bootstrap-expo' && github.ref == 'refs/heads/main'
with:
name: docs