Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/i18n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
run: make tests

- name: Download artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8

- name: Codecov
uses: codecov/codecov-action@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
run: make docker-deps

- name: Download pre-existing artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8

- name: Run all Standard Tests
run: make tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pushed-to-github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ jobs:
run: make unit-tests

- name: Download artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8
2 changes: 1 addition & 1 deletion .github/workflows/release-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: make tests

- name: Download artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8

# To create the plugin .zip archive
build_plugin:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: make tests

- name: Download artifacts
uses: actions/download-artifact@v6
uses: actions/download-artifact@v8

# To create the plugin .zip archive
build_plugin:
Expand Down
Loading