diff --git a/.github/workflows/publish-snapshots.yml b/.github/workflows/publish-snapshots.yml index 0f19584b..7a0d8b26 100644 --- a/.github/workflows/publish-snapshots.yml +++ b/.github/workflows/publish-snapshots.yml @@ -22,7 +22,7 @@ jobs: java-version: 11 distribution: temurin - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v3 with: role-to-assume: ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }} aws-region: us-east-1