8000 Bump actions/download-artifact from 2.0.8 to 2.0.9 by dependabot[bot] · Pull Request #50 · staticdev/github4.py · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on May 22, 2021. It is now read-only.

Bump actions/download-artifact from 2.0.8 to 2.0.9 #50

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump actions/download-artifact from 2.0.8 to 2.0.9
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.8 to 2.0.9.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2.0.8...v2.0.9)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 12, 2021
commit 33f3faa197c6fc4725ed81d9e0902bd5524b8713
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
nox --version

- name: Download coverage data
uses: actions/download-artifact@v2.0.8
uses: actions/download-artifact@v2.0.9
with:
name: coverage-data

Expand Down
0