summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-09 20:08:10 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2023-01-09 17:07:06 -0600
commit49054682b89acdb22ff632b3b1bcf3823137ecc5 (patch)
treeea8ad2311360ab6fcbda7779d12a0fb811901754 /.github
parenta091b5d89852a6e2575fbcae3dd6db0b1b773a5b (diff)
downloadurllib3-49054682b89acdb22ff632b3b1bcf3823137ecc5.tar.gz
Bump actions/download-artifact from 3.0.1 to 3.0.2
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3.0.1 to 3.0.2. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/9782bd6a9848b53b110e712e20e42d89988822b7...9bc31d5ccc31df68ecc42ccf4149144866c47d8a) --- updated-dependencies: - dependency-name: actions/download-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.yml2
-rw-r--r--.github/workflows/publish.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c7ec1ee4..8f8b6f0d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -144,7 +144,7 @@ jobs:
run: "python -m pip install --upgrade coverage"
- name: "Download artifact"
- uses: actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7
+ uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a
with:
name: coverage-data
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index 78aacdde..2365b24e 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -72,7 +72,7 @@ jobs:
steps:
- name: "Download dists"
- uses: "actions/download-artifact@9782bd6a9848b53b110e712e20e42d89988822b7"
+ uses: "actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a"
with:
name: "dist"
path: "dist/"