Bump actions/download-artifact from 2 to 3 (#1615)

This commit is contained in:
dependabot[bot]
2022-09-28 23:01:57 +00:00
committed by GitHub
parent 6dd3aba4b9
commit f4038b803b

View File

@@ -104,7 +104,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- -
uses: actions/download-artifact@v2 uses: actions/download-artifact@v3
with: with:
name: release-notes name: release-notes
- -