Skip to content

Commit

Permalink
ci: update artifact-id
Browse files Browse the repository at this point in the history
  • Loading branch information
antongolub committed Jul 13, 2024
1 parent d963cfc commit 30c4f36
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Save artifact
uses: actions/upload-artifact@v4
with:
name: artifact-${{ github.run_id }}
name: build-${{ github.sha }}
retention-days: 1
path: |
docs
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Restore artifact
uses: actions/download-artifact@v4
with:
name: artifact-${{ github.run_id }}
name: build-${{ github.sha }}

- uses: actions/setup-node@v4
with:
Expand All @@ -57,7 +57,7 @@ jobs:
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v4
with:
name: artifact-${{ github.run_id }}
name: build-${{ github.sha }}
retention-days: 1
path: |
coverage
Expand All @@ -78,7 +78,7 @@ jobs:
- name: Restore artifact
uses: actions/download-artifact@v4
with:
name: artifact-${{ github.run_id }}
name: build-${{ github.sha }}

- uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
with:
coverageLocations: |
${{github.workspace}}/coverage/*.lcov:lcov
${{github.workspace}}/coverage/lcov.info:lcov
- name: Release
env:
Expand Down

0 comments on commit 30c4f36

Please sign in to comment.