Skip to content

Commit

Permalink
Merge branch 'main' into renovate/prettier-3.x-lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nrobinaubertin authored Mar 6, 2025
2 parents 59df6e9 + ef6703d commit aca6458
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/allure_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit aca6458

Please sign in to comment.