commit | e24a0065ce0da67add25bb8a47fca7b9b2f2bbb4 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Fri Sep 02 03:39:33 2022 +0000 |
committer | Mohammed Naser <mnaser@vexxhost.com> | Mon Sep 05 09:32:36 2022 -0400 |
tree | a33b9d6831269019eec4e887f6129fabda149266 | |
parent | 15743e0a1abd760af7f4d472b1401453d69908a4 [diff] |
Bump actions/upload-artifact from 2 to 3 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8b835f0..2f2521a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml
@@ -34,7 +34,7 @@ go test -json -v ./... 2>&1 | tee /tmp/gotest.log | gotestfmt - name: Upload test log - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 if: always() with: name: test-log