Skip to content

Commit

Permalink
Merge pull request #3638 from relative-ci/update-relative-ci-agent-ac…
Browse files Browse the repository at this point in the history
…tion

chore: Bump relative-ci/agent-action and relative-ci/agent-upload-artifact-action
  • Loading branch information
vio authored Jul 27, 2023
2 parents 45e796c + eae2b21 commit 5ceb6a0
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
uses: relative-ci/agent-upload-artifact-action@v1.0.3
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
uses: relative-ci/agent-action@v2.1.6
with:
# RelativeCI project key
key: ${{ secrets.RELATIVE_CI_KEY }}
Expand Down

0 comments on commit 5ceb6a0

Please sign in to comment.