diff --git a/.github/workflows/pre-merge.yaml b/.github/workflows/pre-merge.yaml index 4fcdce623..a46284ac4 100644 --- a/.github/workflows/pre-merge.yaml +++ b/.github/workflows/pre-merge.yaml @@ -152,7 +152,7 @@ jobs: ORG_GRADLE_PROJECT_SIGNING_PWD: ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_PWD }} - name: Upload Build Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: 'chucker-local-artifacts' path: '~/.m2/repository/' diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index 28cc55cd9..35bd15a48 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -20,7 +20,7 @@ jobs: ORG_GRADLE_PROJECT_SIGNING_PWD: ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_PWD }} - name: Upload Build Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: 'chucker-release-artifacts' path: '~/.m2/repository/' diff --git a/.github/workflows/publish-snapshot.yaml b/.github/workflows/publish-snapshot.yaml index a7edb49f2..b7abbdc90 100644 --- a/.github/workflows/publish-snapshot.yaml +++ b/.github/workflows/publish-snapshot.yaml @@ -25,7 +25,7 @@ jobs: ORG_GRADLE_PROJECT_SIGNING_PWD: ${{ secrets.ORG_GRADLE_PROJECT_SIGNING_PWD }} - name: Upload Build Artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: 'chucker-snapshot-artifacts' path: '~/.m2/repository/'