Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
Signed-off-by: Naoki MATSUMOTO <[email protected]>
  • Loading branch information
naoki9911 committed Mar 27, 2024
1 parent daa1940 commit 74b8110
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: 1.21.x
- run: sudo apt-get update
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
run: |
mkdir /tmp/benchmark-results
sudo lxc file pull test/home/ubuntu/d4c/tests/benchmark/${{ matrix.script }}-benchmark.log /tmp/benchmark-results/.
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: steps.get_result.conclusion == 'success'
with:
name: benchmark-${{ matrix.script }}
Expand Down

0 comments on commit 74b8110

Please sign in to comment.