diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 587074c..31ec8fe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: npm run build - name: Archive raw artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: snapweb_raw_${{env.SHA_SHORT}} path: dist @@ -63,7 +63,7 @@ jobs: fakeroot make -f debian/rules binary - name: Archive deb artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v5 with: name: snapweb_debian_package_${{env.SHA_SHORT}} path: ${{env.PARENT_DIR}}/snapweb_*.deb