aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/scripts
diff options
context:
space:
mode:
authorTino Reichardt <[email protected]>2024-01-26 23:22:26 +0100
committerBrian Behlendorf <[email protected]>2024-01-29 14:53:29 -0800
commit9ad150446fad14b1de6baf2b8bdef4a8965e6030 (patch)
treeb1a46abc50f6dc53f5924da53679a7884e5a2382 /.github/workflows/scripts
parent9da745f5de73487e14e6dfd65130b1677f84518a (diff)
ZTS: Update deprecated Github Action version numbers
GitHub Actions is transitioning from Node 16 to Node 20. So we need to update these: - actions/checkout@v3 -> v4 - actions/download-artifact@v3 -> v4 - actions/upload-artifact@v3 -> v4 and some minor changes Update also the documentation of the testings workflow. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: George Melikov <[email protected]> Reviewed-by: Andrew Innes <[email protected]> Signed-off-by: Tino Reichardt <[email protected]> Closes #15820
Diffstat (limited to '.github/workflows/scripts')
-rwxr-xr-x.github/workflows/scripts/generate-summary.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scripts/generate-summary.sh b/.github/workflows/scripts/generate-summary.sh
index cd5ea3421..b5d89208a 100755
--- a/.github/workflows/scripts/generate-summary.sh
+++ b/.github/workflows/scripts/generate-summary.sh
@@ -87,7 +87,7 @@ function summarize_f() {
output "\n## $headline\n"
rm -rf testfiles
for i in $(seq 1 $FUNCTIONAL_PARTS); do
- tarfile="$2/part$i.tar"
+ tarfile="$2-part$i/part$i.tar"
check_tarfile "$tarfile"
check_logfile "testfiles/log"
done