Skip to content

Commit

Permalink
update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rgstephens committed Dec 4, 2024
1 parent dcfc1f2 commit c07e080
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci_summary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
name: Test GH action - Rasa Demo - cfg 1

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Checkout Rasa Demo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: RasaHQ/rasa-demo
path: rasa-demo
Expand All @@ -41,7 +41,7 @@ jobs:
--stories tests/test_conversations.yml
publish_summary: 'false'

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: rasa-demo-cfg-1
path: rasa-demo/reports
Expand All @@ -52,15 +52,15 @@ jobs:
needs: [test_action_1]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Checkout Rasa Demo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: RasaHQ/rasa-demo
path: rasa-demo

- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v4
with:
name: rasa-demo-cfg-1
path: rasa-demo/reports
Expand All @@ -85,7 +85,7 @@ jobs:
--stories tests/test_conversations.yml
github_token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: rasa-demo-cfg-2
path: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
# The 'actions/upload-artifact' action to upload files
# More: https://github.com/actions/upload-artifact
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
with:
name: rasa-demo-cfg
path: |
Expand Down

0 comments on commit c07e080

Please sign in to comment.