Skip to content

Commit

Permalink
Update pr.yaml - version bump for upload artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomnl authored Sep 13, 2024
1 parent c7a3f13 commit c6547a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
run: planemo ci_find_repos --changed_in_commit_range $COMMIT_RANGE --exclude packages --exclude deprecated --exclude_from .tt_skip --output changed_repositories.list
- name: Show repo list
run: cat changed_repositories.list
- uses: actions/upload-artifact@v2.0.1
- uses: actions/upload-artifact@v4
with:
name: Workflow artifacts
path: changed_repositories.list
Expand Down Expand Up @@ -267,7 +267,7 @@ jobs:
run: |
mkdir upload
mv tool_test_output.json tool_test_output.html upload/
- uses: actions/upload-artifact@v2.0.1
- uses: actions/upload-artifact@v4
with:
name: 'Tool test output ${{ matrix.chunk }}'
path: upload
Expand Down Expand Up @@ -312,7 +312,7 @@ jobs:
run: |
mkdir upload
mv tool_test_output.json tool_test_output.html upload/
- uses: actions/upload-artifact@v2.0.1
- uses: actions/upload-artifact@v4
with:
name: 'All tool test results'
path: upload
Expand Down

0 comments on commit c6547a8

Please sign in to comment.