Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fey committed May 24, 2024
1 parent c8ac5dc commit 3b82528
Show file tree
Hide file tree
Showing 7 changed files with 386 additions and 252 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
needs: e2e
runs-on: ubuntu-latest
steps:
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: test-results
- uses: actions/download-artifact@v4
Expand Down
24 changes: 12 additions & 12 deletions dist/run-post-actions/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/run-post-actions/index.js.map

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions dist/run-tests/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/run-tests/index.js.map

Large diffs are not rendered by default.

582 changes: 358 additions & 224 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const uploadArtifacts = async (diffpath) => {
return;
}

const globber = await glob.create(`${diffpath}/**`);
const globber = await glob.create(`${diffpath}/*/**`);
const filepaths = await globber.glob();

if (filepaths.length === 0) {
Expand Down

0 comments on commit 3b82528

Please sign in to comment.