Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ jobs:
run: rm -rf testapps-${{ steps.matrix_info.outputs.info }}/Windows || true
- name: Download log artifacts
if: ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
path: test_results
name: build_and_test_results
Expand Down Expand Up @@ -501,7 +501,7 @@ jobs:
if: runner.os == 'macOS'
run: sudo xcode-select -s /Applications/Xcode_${{ env.xcodeVersion }}.app/Contents/Developer
- name: Download Testapp artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
path: testapps
name: ${{ steps.matrix_info.outputs.artifact_path }}
Expand Down Expand Up @@ -610,7 +610,7 @@ jobs:
retention-days: ${{ env.artifactRetentionDays }}
- name: Download log artifacts
if: ${{ needs.check_and_prepare.outputs.pr_number && failure() && !cancelled() }}
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
path: test_results
name: build_and_test_results
Expand Down Expand Up @@ -649,7 +649,7 @@ jobs:
- name: Install python deps
run: pip install -r scripts/gha/requirements.txt
- name: Download log artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
path: test_results
name: build_and_test_results
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:

# If called by build_start.xml, ignore name search, just grab all artifact exists
- name: Fetch All in build_starter
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
path: built_artifact

Expand Down
Loading