Skip to content

Commit

Permalink
ISICO-15554: switched to v4 of actions/upload-artifact, was causing c…
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Skanavy committed Nov 20, 2024
1 parent 9166e94 commit c45606d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ jobs:
comment_on_pr: false
files: './**/**/test-results/**/*.xml'
- name: Upload build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: '**/build/reports'
- name: Store Buildscan URL
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-scan
path: 'buildscan.log'
4 changes: 2 additions & 2 deletions .github/workflows/ciscom31_publish_jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ jobs:
comment_on_pr: false
files: './**/**/test-results/**/*.xml'
- name: Upload build artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: '**/build/reports'
- name: Store Buildscan URL
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: build-scan
path: 'buildscan.log'
Expand Down

0 comments on commit c45606d

Please sign in to comment.