repository template for Rust projects

deps(gha): bump actions/upload-pages-artifact from 3 to 4 (#41)

authored by

dependabot[bot] and committed by
GitHub
f9dd7f05 e0904c38

+1 -1
+1 -1
.github/workflows/docs.yml
··· 48 48 - name: Print build files in /target/doc 49 49 run: find ./target/doc -exec echo {} \; 50 50 - name: Upload Pages artifact 51 - uses: actions/upload-pages-artifact@v3 51 + uses: actions/upload-pages-artifact@v4 52 52 with: 53 53 path: ./target/doc 54 54 deploy: