We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3b2743 commit 97e6c9fCopy full SHA for 97e6c9f
.github/workflows/regress.yml
@@ -49,12 +49,12 @@ jobs:
49
if: always()
50
run: |
51
mkdir -p regress-log
52
- docker exec -u ${USER} -w /home/${USER}/gfarm/build/regress \
+ docker exec -u ${USER} -w /home/${USER}/gfarm/regress \
53
gfarm-c1 sh -c 'tar cf - log.*' | ( cd regress-log && tar pxf - )
54
55
- name: upload log
56
57
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
58
with:
59
name: regress-log
60
path: regress-log/*
0 commit comments