Skip to content

Commit 9495a04

Browse files
authored
Merge pull request #89 from aws-iot-builder-tools/dependabot/github_actions/actions/upload-artifact-5
build(deps): bump actions/upload-artifact from 4 to 5
2 parents a2d1c52 + 48759c9 commit 9495a04

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/integration-tests-full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ jobs:
178178

179179
- name: Upload test results
180180
if: always()
181-
uses: actions/upload-artifact@v4
181+
uses: actions/upload-artifact@v5
182182
with:
183183
name: integration-test-results-${{ github.run_number }}
184184
path: |

.github/workflows/integration-tests-multi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174

175175
- name: Upload test results
176176
if: always()
177-
uses: actions/upload-artifact@v4
177+
uses: actions/upload-artifact@v5
178178
with:
179179
name: integration-test-results-${{ github.run_number }}
180180
path: |

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177

178178
- name: Upload test results
179179
if: always()
180-
uses: actions/upload-artifact@v4
180+
uses: actions/upload-artifact@v5
181181
with:
182182
name: integration-test-results-${{ github.run_number }}
183183
path: |

.github/workflows/release-integration-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116

117117
- name: Upload test results
118118
if: always()
119-
uses: actions/upload-artifact@v4
119+
uses: actions/upload-artifact@v5
120120
with:
121121
name: test-results-${{ matrix.provider }}
122122
path: |
@@ -127,7 +127,7 @@ jobs:
127127

128128
- name: Upload test logs
129129
if: failure()
130-
uses: actions/upload-artifact@v4
130+
uses: actions/upload-artifact@v5
131131
with:
132132
name: test-logs-${{ matrix.provider }}
133133
path: |
@@ -201,7 +201,7 @@ jobs:
201201

202202
- name: Upload comprehensive test results
203203
if: always()
204-
uses: actions/upload-artifact@v4
204+
uses: actions/upload-artifact@v5
205205
with:
206206
name: test-results-all-providers
207207
path: |

0 commit comments

Comments
 (0)