Merge pull request #308 from strukturag/dependabot/github_actions/actions/download-artifact-3

Bump actions/download-artifact from 2 to 3
This commit is contained in:
Joachim Bauch 2022-07-28 22:32:44 +02:00 committed by GitHub
commit 6e25490401
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -81,7 +81,7 @@ jobs:
sudo apt -y update && sudo apt -y install protobuf-compiler
- name: Download tarball
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: tarball-${{ matrix.go-version }}