Skip to content

Commit

Permalink
Merge pull request #1118 from JetBrains/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-4

build(deps): bump actions/upload-artifact from 2 to 4
  • Loading branch information
YannCebron authored Jul 10, 2024
2 parents 83fb20a + 851476f commit 4007b66
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ide-diff-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Collect Test Results
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results-ide-diff-builder
path: ${{ github.workspace }}/ide-diff-builder/build/reports/tests/test/
2 changes: 1 addition & 1 deletion .github/workflows/intellij-feature-extractor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Collect Test Results
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results-intellij-feature-extractor
path: ${{ github.workspace }}/intellij-feature-extractor/build/reports/tests/test/
2 changes: 1 addition & 1 deletion .github/workflows/intellij-plugin-structure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Collect Test Results
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results-intellij-plugin-structure
path: ${{ github.workspace }}/intellij-plugin-structure/build/reports/tests/test/
2 changes: 1 addition & 1 deletion .github/workflows/intellij-plugin-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Collect Test Results
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results-intellij-plugin-verifier
path: ${{ github.workspace }}/intellij-plugin-verifier/build/reports/tests/test/
2 changes: 1 addition & 1 deletion .github/workflows/plugins-verifier-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Collect Test Results
if: ${{ failure() }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: test-results-plugins-verifier-service
path: ${{ github.workspace }}/plugins-verifier-service/build/reports/tests/test/

0 comments on commit 4007b66

Please sign in to comment.