diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d6e95d..5512f59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: tar -cvzf release/conf.tar.gz conf - name: Stash the artifacts - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: retention-days: 7 path: "release/**"