Skip to content

Commit c1ee22f

Browse files
committed
m
1 parent c364570 commit c1ee22f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/library_rust_tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ jobs:
4040
git submodule update --init --recursive submodules/MaterialProviders
4141
4242
- name: Configure AWS Credentials
43-
uses: aws-actions/configure-aws-credentials@v2
43+
uses: aws-actions/configure-aws-credentials@v4
4444
with:
4545
aws-region: us-west-2
46-
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-MPL-Dafny-Role-us-west-2
47-
role-session-name: RustTests
46+
role-to-assume: arn:aws:iam::370957321024:role/GitHub-CI-DDBEC-Dafny-Role-us-west-2
47+
role-session-name: DDBEC-Dafny-Rust-Tests
4848

4949
- name: Setup Rust Toolchain for GitHub CI
5050
uses: actions-rust-lang/[email protected]

0 commit comments

Comments
 (0)