diff --git a/artifact-overview.typ b/artifact-overview.typ
index 8daca5da963bbaa9c791a78b6a97bdfeaa640a38..59feaa9ac0888982d21afb0074ffed7610a3c541 100644
--- a/artifact-overview.typ
+++ b/artifact-overview.typ
@@ -4,8 +4,8 @@
 #let artifact-code-git-repo = "https://framagit.org/batsim/artifact-europar24-lightweight-power-pred-sched"
 #let artifact-code-git-repo-clone-url = "https://framagit.org/batsim/artifact-europar24-lightweight-power-pred-sched.git"
 #let artifact-code-git-repo-irit = "https://gitlab.irit.fr/sepia-pub/open-science/artifact-europar24-lightweight-power-pred-sched"
-#let artifact-code-sh-permalink = "https://archive.softwareheritage.org/swh:1:rev:f21c2562ce5081b34e58eb5e4c7d56a9fbea5ab8;origin=https://framagit.org/batsim/artifact-europar24-lightweight-power-pred-sched.git;visit=swh:1:snp:8c53d944c0411c2abf1e6d52d59435d8abd033d4"
-#let artifact-code-git-commit = "f21c2562ce5081b34e58eb5e4c7d56a9fbea5ab8"
+#let artifact-code-sh-permalink = "https://archive.softwareheritage.org/swh:1:rev:5a15139dadde8d923703ece93745fa250b1a0c53;origin=https://framagit.org/batsim/artifact-europar24-lightweight-power-pred-sched.git;visit=swh:1:snp:968650e57128ea88b02a858279a7054f62f0a0b0"
+#let artifact-code-git-commit = "5a15139dadde8d923703ece93745fa250b1a0c53"
 #let zenodo-doi = "10.5281/zenodo.11173631"
 #let zenodo-url = "https://doi.org/" + zenodo-doi
 
@@ -495,13 +495,13 @@ The analysis of the predictions, which also generates Figures 2 and 3 of Article
   ```
 
   #filehashes((
-    "6ce534dd1bf017444f05c354a1b3b767", "notebooks/fig2a-distrib-job-power-mean.svg",
-    "0b1cdfcf017c2cba7057a544e19cd698", "notebooks/fig2b-distrib-job-power-max.svg",
+    "89e531e6b0e8b767acb58276f89267b4", "notebooks/fig2a-distrib-job-power-mean.svg",
+    "3bcd5f8e515479f3f81eda23c0dc7291", "notebooks/fig2b-distrib-job-power-max.svg",
     "0bc88e65ae495a8d6ec7d3cbcfca12ae", "notebooks/fig3a-pred-mape-mean-power.svg",
     "a19b1a7c5dc72ec73a5349d85fc68fa3", "notebooks/fig3b-pred-mape-max-power.svg",
     "04c2d5ef412b791a4d5515ec0719b3d0", "notebooks/prediction-results-analysis.html",
   ), fill: (x, y) => {
-    if y > 0 { red.lighten(80%) }
+    if y > 2 { red.lighten(80%) }
   },
   )