Skip to content

Commit 5c72dab

Browse files
committed
2
1 parent ce40c23 commit 5c72dab

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ jobs:
3030
GOOS=darwin GOARCH=arm64 go build -o bin/mailhog-mac-arm64 main.go
3131
3232
- name: Upload Build Artifact
33-
uses: actions/upload-artifact@v2
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: mailhog-mac-arm64
36-
path: bin/mailhog-mac-arm64
36+
path: bin/mailhog-mac-arm64
37+
retention-days: 5
38+
if-no-files-found: error
39+
compression-level: 6

0 commit comments

Comments
 (0)