Skip to content

Commit

Permalink
ci(project_submission): upgrade action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Apr 5, 2024
1 parent fc94cca commit 6388de9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/project_submission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
submodules: recursive

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
done
- name: Test Summary
uses: test-summary/action@v2
uses: test-summary/action@v2.3
with:
paths: 'tt/precheck/reports/results.xml'
if: steps.changed-files.outputs.any_changed == 'true'
Expand All @@ -106,7 +106,7 @@ jobs:

- name: Upload reports
if: steps.changed-files.outputs.any_changed == 'true'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: precheck-reports
path: tt/precheck/reports

0 comments on commit 6388de9

Please sign in to comment.