Skip to content

Commit

Permalink
chore: Update relative-ci actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vio committed Jun 1, 2024
1 parent 7e91118 commit 5454b61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: npm run build

- name: Upload webpack stats file
uses: relative-ci/agent-upload-artifact-action@v1.0.3
uses: relative-ci/agent-upload-artifact-action@v2.0.0
with:
webpackStatsFile: ./packages/html-templates/artifacts/webpack-stats.json

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/relative-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Send webpack stats to RelativeCI
uses: relative-ci/agent-action@v2.1.10
uses: relative-ci/agent-action@v2.1.11
with:
# RelativeCI project key
key: ${{ secrets.RELATIVE_CI_KEY }}
Expand Down

0 comments on commit 5454b61

Please sign in to comment.