Skip to content

Commit

Permalink
Merge pull request #712 from gotd/dependabot/github_actions/actions/u…
Browse files Browse the repository at this point in the history
…pload-artifact-3

chore(deps): bump actions/upload-artifact from 2.3.1 to 3
  • Loading branch information
ernado committed Mar 4, 2022
2 parents 64bc99a + cf7c3fc commit 307f04e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Expand Up @@ -35,7 +35,7 @@ jobs:
run: go test -v -bench . -run ^$ ./... | tee benchmark.txt

- name: Upload artifact
uses: actions/upload-artifact@v2.3.1
uses: actions/upload-artifact@v3
with:
name: benchmark-result
path: benchmark.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -36,7 +36,7 @@ jobs:
run: make coverage

- name: Upload artifact
uses: actions/upload-artifact@v2.3.1
uses: actions/upload-artifact@v3
with:
name: coverage
path: profile.out
Expand Down

0 comments on commit 307f04e

Please sign in to comment.