-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into renovate/prettier-3.x-lockfile
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,13 +29,13 @@ jobs: | |
# The `gh-pages` branch is used to host the Allure report site. | ||
# With every workflow run, the workflow creates a new folder with the run_number and stores the test results there | ||
- name: Download fallback test results | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
path: allure-collection-fallback-results/ | ||
pattern: allure-fallback-results* | ||
merge-multiple: true | ||
- name: Download actual test results | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
path: allure-results/ | ||
pattern: allure-results* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -59,7 +59,7 @@ jobs: | |
if: ${{ needs.setup-env.outputs.IS_PR }} | ||
steps: | ||
- name: Download artifacts | ||
uses: actions/[email protected].8 | ||
uses: actions/[email protected].9 | ||
with: | ||
pattern: "${{ env.ARTIFACT_NAME }}-*" | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -276,7 +276,7 @@ jobs: | |
cp -rp $TEMP_DIR/. . | ||
rm -rf $TEMP_DIR | ||
ls -lah | ||
- uses: actions/[email protected].8 | ||
- uses: actions/[email protected].9 | ||
if: matrix.scan.artifact != '' | ||
with: | ||
name: ${{ matrix.scan.artifact }} | ||
|