We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb13178 commit bd71da0Copy full SHA for bd71da0
.github/workflows/maven-publish.yml
@@ -22,7 +22,7 @@ jobs:
22
distribution: temurin # Temurin is a distribution of adoptium
23
java-version: 11
24
- uses: actions/checkout@v3
25
- - uses: aws-actions/configure-aws-credentials@v1
+ - uses: aws-actions/configure-aws-credentials@v4
26
with:
27
role-to-assume: ${{ secrets.PUBLISH_SNAPSHOTS_ROLE }}
28
aws-region: us-east-1
0 commit comments