Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 3 (#9169)
Browse files Browse the repository at this point in the history
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v2...v3)

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

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 12, 2022
1 parent 9bd89b3 commit f42d3d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ jobs:
- name: Install fpm
run: gem install --no-document fpm -v 1.11.0
- name: Download Collector Binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: collector-binaries
path: bin/
Expand Down Expand Up @@ -351,7 +351,7 @@ jobs:
with:
fetch-depth: 0
- name: Download Binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: collector-binaries
path: ./bin/
Expand Down Expand Up @@ -385,11 +385,11 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v3
- name: Download Binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: collector-binaries
- name: Download Packages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: collector-packages
path: ./dist/
Expand Down Expand Up @@ -419,13 +419,13 @@ jobs:
path: /home/runner/go/bin
key: v1-tools-${{ runner.os }}-${{ hashFiles('./internal/tools/go.mod') }}
- name: Download Binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: collector-binaries
path: ./bin/
- run: chmod +x bin/*
- name: Download Packages
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: collector-packages
path: ./dist/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/load-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
key: v1-go-pkg-mod-${{ runner.os }}-${{ hashFiles('**/go.mod', '**/go.sum') }}
- run: mkdir -p results && touch results/TESTRESULTS.md
- name: Download Collector Binaries
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: collector-binaries
path: bin/
Expand Down

0 comments on commit f42d3d4

Please sign in to comment.