Skip to content

Commit b154d43

Browse files
authored
Update artifact action (#45411)
1 parent e3546de commit b154d43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
AWS_SECRET_ACCESS_KEY: random_secret
103103

104104
- name: Store artifacts
105-
uses: actions/upload-artifact@v2
105+
uses: actions/upload-artifact@v3
106106
with:
107107
name: logs
108108
path: |
@@ -175,7 +175,7 @@ jobs:
175175
AWS_SECRET_ACCESS_KEY: random_secret
176176

177177
- name: Store artifacts
178-
uses: actions/upload-artifact@v2
178+
uses: actions/upload-artifact@v3
179179
with:
180180
name: logs
181181
path: |

0 commit comments

Comments
 (0)