Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
| datasource  | package                 | from | to |
| ----------- | ----------------------- | ---- | -- |
| github-tags | actions/upload-artifact | v3   | v4 |
  • Loading branch information
renovate[bot] authored Dec 17, 2023
1 parent 5ffdba4 commit 65c83e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Upload reports
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'reports-${{ matrix.os }}'
path: '**/build/reports/**'
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Upload reports
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'reports-ios_watchos'
path: '**/build/reports/**'
Expand All @@ -59,7 +59,7 @@ jobs:

- name: Upload reports
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'reports-macos_tvos'
path: '**/build/reports/**'
Expand All @@ -86,7 +86,7 @@ jobs:

- name: Upload reports
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'reports-windows'
path: '**/build/reports/**'
Expand All @@ -113,7 +113,7 @@ jobs:

- name: Upload reports
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'reports-check'
path: '**/build/reports/**'
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

- name: Upload reports
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'reports-jvmTest'
path: '**/build/reports/**'
Expand All @@ -183,7 +183,7 @@ jobs:

- name: Upload reports
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'reports-jvmTest'
path: '**/build/reports/**'
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:

- name: Upload reports
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'reports-js'
path: '**/build/reports/**'
Expand All @@ -242,7 +242,7 @@ jobs:

- name: Upload reports
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: 'reports-linux'
path: '**/build/reports/**'
Expand Down

0 comments on commit 65c83e8

Please sign in to comment.