summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-09 20:08:16 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2023-01-09 17:06:54 -0600
commita091b5d89852a6e2575fbcae3dd6db0b1b773a5b (patch)
treef7647378404d1c95744d07f96ac5cbf084e1effb /.github
parentdacd84d01f3037d30adf387e2e1bfc95f55dedfe (diff)
downloadurllib3-a091b5d89852a6e2575fbcae3dd6db0b1b773a5b.tar.gz
Bump actions/upload-artifact from 3.1.1 to 3.1.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/83fd05a356d7e2593de66fc9913b3002723633cb...0b7f8abb1508181956e8e162db84b466c27e18ce) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml4
-rw-r--r--.github/workflows/publish.yml2
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index f36bd604..c7ec1ee4 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -121,7 +121,7 @@ jobs:
- if: ${{ matrix.nox-session != 'unsupported_setup_py' }}
name: "Upload artifact"
- uses: "actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb"
+ uses: "actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce"
with:
name: coverage-data
path: ".coverage.*"
@@ -156,7 +156,7 @@ jobs:
- if: ${{ failure() }}
name: "Upload report if check failed"
- uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
+ uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: coverage-report
path: htmlcov
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index e983b356..78aacdde 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -42,7 +42,7 @@ jobs:
cd dist && echo "::set-output name=hashes::$(sha256sum * | base64 -w0)"
- name: "Upload dists"
- uses: "actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb"
+ uses: "actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce"
with:
name: "dist"
path: "dist/"