diff --git a/.github/workflows/publish-snapshots.yml b/.github/workflows/publish-snapshots.yml index 3fb806f6d7..4a95db170c 100644 --- a/.github/workflows/publish-snapshots.yml +++ b/.github/workflows/publish-snapshots.yml @@ -21,7 +21,7 @@ jobs: distribution: 'temurin' cache: 'gradle' - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v1 + uses: aws-actions/configure-aws-credentials@v4 with: role-to-assume: ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }} aws-region: us-east-1