Skip to content
Snippets Groups Projects
Commit ac9ef744 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

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


Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: default avatardependabot[bot] <support@github.com>

Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
parent 6c020492
Branches
No related merge requests found
......@@ -123,7 +123,7 @@ jobs:
ruby-version: 3.0.0
- name: Download srtool json output
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
- name: Prepare tooling
run: |
......@@ -227,7 +227,7 @@ jobs:
ref: ${{ github.event.inputs.ref2 }}
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
- uses: ruby/setup-ruby@v1
with:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment