Skip to content

Commit b9dfe02

Browse files
authored
Remove retention days from artifact uploads
Removed retention days for multiple artifact uploads in the acceptance testing workflow.
1 parent 940842f commit b9dfe02

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/acceptance-testing-e2e.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,24 @@ jobs:
2727
with:
2828
name: dist_linux
2929
path: dist_linux
30-
retention-days: 1
3130

3231
- name: Upload Slim app binaries (Linux, arm64)
3332
uses: actions/upload-artifact@v7.0.0
3433
with:
3534
name: dist_linux_arm64
3635
path: dist_linux_arm64
37-
retention-days: 1
3836

3937
- name: Upload Slim app binaries (Linux, arm)
4038
uses: actions/upload-artifact@v7.0.0
4139
with:
4240
name: dist_linux_arm
4341
path: dist_linux_arm
44-
retention-days: 1
4542

4643
- name: Upload Slim app binaries (macOS, amd64)
4744
uses: actions/upload-artifact@v7.0.0
4845
with:
4946
name: dist_mac
5047
path: dist_mac
51-
retention-days: 1
5248

5349
# Run sensor tests using the e2e testing framework.
5450
test-sensor-e2e:

0 commit comments

Comments
 (0)