diff --git a/.github/workflows/almalinux-8-build.yml b/.github/workflows/almalinux-8-build.yml index e633153cd..1a0b0e157 100644 --- a/.github/workflows/almalinux-8-build.yml +++ b/.github/workflows/almalinux-8-build.yml @@ -71,6 +71,7 @@ jobs: - name: save artifact uses: actions/upload-artifact@v4 with: + retention-days: 45 name: almalinux-8-bin path: | rsync diff --git a/.github/workflows/android-static-build.yml b/.github/workflows/android-static-build.yml index d48544f81..57a318829 100644 --- a/.github/workflows/android-static-build.yml +++ b/.github/workflows/android-static-build.yml @@ -116,5 +116,6 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v4 with: + retention-days: 45 name: ${{ env.ARTIFACT_NAME }} path: dist/ diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7c070db70..415f04f0b 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -65,6 +65,7 @@ jobs: if: always() uses: actions/upload-artifact@v4 with: + retention-days: 45 name: coverage-html path: | coverage diff --git a/.github/workflows/cygwin-build.yml b/.github/workflows/cygwin-build.yml index 577a20985..87fbe901a 100644 --- a/.github/workflows/cygwin-build.yml +++ b/.github/workflows/cygwin-build.yml @@ -54,6 +54,7 @@ jobs: - name: save artifact uses: actions/upload-artifact@v4 with: + retention-days: 45 name: cygwin-bin path: | rsync.exe diff --git a/.github/workflows/freebsd-build.yml b/.github/workflows/freebsd-build.yml index 0d2b36279..cd6f92c2a 100644 --- a/.github/workflows/freebsd-build.yml +++ b/.github/workflows/freebsd-build.yml @@ -40,6 +40,7 @@ jobs: - name: save artifact uses: actions/upload-artifact@v4 with: + retention-days: 45 name: freebsd-bin path: | rsync diff --git a/.github/workflows/macos-build.yml b/.github/workflows/macos-build.yml index 0653a6036..067671ce0 100644 --- a/.github/workflows/macos-build.yml +++ b/.github/workflows/macos-build.yml @@ -54,6 +54,7 @@ jobs: - name: save artifact uses: actions/upload-artifact@v4 with: + retention-days: 45 name: macos-bin path: | rsync diff --git a/.github/workflows/netbsd-build.yml b/.github/workflows/netbsd-build.yml index 3acc23408..50112a0f5 100644 --- a/.github/workflows/netbsd-build.yml +++ b/.github/workflows/netbsd-build.yml @@ -41,6 +41,7 @@ jobs: - name: save artifact uses: actions/upload-artifact@v4 with: + retention-days: 45 name: netbsd-bin path: | rsync diff --git a/.github/workflows/openbsd-build.yml b/.github/workflows/openbsd-build.yml index 2a74b23f3..f863aecfb 100644 --- a/.github/workflows/openbsd-build.yml +++ b/.github/workflows/openbsd-build.yml @@ -50,6 +50,7 @@ jobs: - name: save artifact uses: actions/upload-artifact@v4 with: + retention-days: 45 name: openbsd-bin path: | rsync diff --git a/.github/workflows/solaris-build.yml b/.github/workflows/solaris-build.yml index c7867f90c..953b4c74b 100644 --- a/.github/workflows/solaris-build.yml +++ b/.github/workflows/solaris-build.yml @@ -40,6 +40,7 @@ jobs: - name: save artifact uses: actions/upload-artifact@v4 with: + retention-days: 45 name: solaris-bin path: | rsync diff --git a/.github/workflows/ubuntu-22.04-build.yml b/.github/workflows/ubuntu-22.04-build.yml index 19f9cc037..392b5e738 100644 --- a/.github/workflows/ubuntu-22.04-build.yml +++ b/.github/workflows/ubuntu-22.04-build.yml @@ -53,6 +53,7 @@ jobs: - name: save artifact uses: actions/upload-artifact@v4 with: + retention-days: 45 name: ubuntu-22.04-bin path: | rsync diff --git a/.github/workflows/ubuntu-build.yml b/.github/workflows/ubuntu-build.yml index b3e67d0ac..1d74ff4ff 100644 --- a/.github/workflows/ubuntu-build.yml +++ b/.github/workflows/ubuntu-build.yml @@ -51,6 +51,7 @@ jobs: - name: save artifact uses: actions/upload-artifact@v4 with: + retention-days: 45 name: ubuntu-bin path: | rsync