@@ -75,7 +75,7 @@ This action is designed to be used in two different ways.
7575` ` ` yaml
7676 - name : Create Device Farm Project
7777 id : project
78- uses : aws-actions/aws-devicefarm-browser-testing@v1
78+ uses : aws-actions/aws-devicefarm-browser-testing@v1.0
7979 with :
8080 mode : project
8181 project-arn : GitHubAction_${{ github.run_id }}_${{ github.run_attempt }}
@@ -86,7 +86,7 @@ This action is designed to be used in two different ways.
8686` ` ` yaml
8787 - name : Lookup Device Farm Project
8888 id : project
89- uses : aws-actions/aws-devicefarm-browser-testing@v1
89+ uses : aws-actions/aws-devicefarm-browser-testing@v1.0
9090 with :
9191 mode : project
9292 project-arn : Test # A Project with name 'Test' already exists in the AWS Account in this case.
@@ -97,7 +97,7 @@ This action is designed to be used in two different ways.
9797` ` ` yaml
9898 - name : Retrieve Device Farm Project Artifacts
9999 id : artifacts
100- uses : aws-actions/aws-devicefarm-browser-testing@v1
100+ uses : aws-actions/aws-devicefarm-browser-testing@v1.0
101101 with :
102102 mode : artifact
103103 project-arn : Test
@@ -116,7 +116,7 @@ This action is designed to be used in two different ways.
116116` ` ` yaml
117117 - name : Retrieve Device Farm Project Artifacts
118118 id : artifacts
119- uses : aws-actions/aws-devicefarm-browser-testing@v1
119+ uses : aws-actions/aws-devicefarm-browser-testing@v1.0
120120 with :
121121 mode : artifact
122122 project-arn : Test
@@ -138,7 +138,7 @@ This action is designed to be used in two different ways.
138138` ` ` yaml
139139 - name : Create Device Farm Project
140140 id : project
141- uses : aws-actions/aws-devicefarm-browser-testing@v1
141+ uses : aws-actions/aws-devicefarm-browser-testing@v1.0
142142 with :
143143 mode : project
144144 project-arn : GitHubAction_${{ github.run_id }}_${{ github.run_attempt }}
@@ -153,7 +153,7 @@ This action is designed to be used in two different ways.
153153
154154 - name : Retrieve Device Farm Project Artifacts
155155 id : artifacts
156- uses : aws-actions/aws-devicefarm-browser-testing@v1
156+ uses : aws-actions/aws-devicefarm-browser-testing@v1.0
157157 if : always() # This ensures the artifacts are retrieved even if the test(s) fails
158158 with :
159159 mode : artifact
@@ -184,7 +184,7 @@ This action relies on the [default behaviour of the AWS SDK for JavaScript](http
184184
185185 - name: Create Device Farm Project
186186 id: project
187- uses: aws-actions/aws-devicefarm-browser-testing@v1
187+ uses: aws-actions/aws-devicefarm-browser-testing@v1.0
188188 with:
189189 project-arn: GitHubAction_${{ github.run_id }}_${{ github.run_attempt }}
190190` ` `
0 commit comments