Skip to content

Commit

Permalink
chore: update upload-artifact to v4 (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelAndalon and Samuel Vazquez authored Jan 16, 2025
1 parent 835d680 commit a76a88f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: ./gradlew clean build

- name: Archive examples failure build reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: build-examples-reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-libraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: ./gradlew clean build

- name: Archive failure build reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: build-reports
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/plugin-it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Android Test
run: ./gradlew build
- name: Archive failures
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: gradle-plugin-android-build-reports
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Integration Tests
run: ./gradlew build
- name: Archive failures
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: gradle-plugin-build-reports
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Integration Tests
run: ./gradlew build
- name: Archive failures
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: maven-plugin-build-reports
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
PLUGIN_PORTAL_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}

- name: Archive failure build reports
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: failure()
with:
name: build-reports
Expand Down

0 comments on commit a76a88f

Please sign in to comment.