Skip to content

Commit

Permalink
using v1 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Azfaar Qureshi committed Dec 18, 2020
1 parent 7d3665c commit 00caf64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
MATRIX+="]}"
echo "::set-output name=matrix::$MATRIX"
- name: Upload tool binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v1
with:
name: tool-binaries
path: /home/runner/go/bin
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
- name: Build collector for all archs
run: grep ^binaries-all-sys Makefile|fmt -w 1|tail -n +2|xargs make
- name: Upload collector binaries
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v1
with:
name: collector-binaries
path: ./bin
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
- name: Upload test results
if: ${{ failure() || success() }}
continue-on-error: true
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v1
with:
name: test-results
path: test_results.tar
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
./internal/buildscripts/packaging/fpm/test.sh dist/otel-collector*x86_64.rpm
fi
- name: Upload Packages
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v1
with:
name: build-packages
path: ./dist

0 comments on commit 00caf64

Please sign in to comment.