Skip to content

Commit 97e6c9f

Browse files
committed
(GitHub Actions) regress.yml - upload-artifact@v4
1 parent d3b2743 commit 97e6c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/regress.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ jobs:
4949
if: always()
5050
run: |
5151
mkdir -p regress-log
52-
docker exec -u ${USER} -w /home/${USER}/gfarm/build/regress \
52+
docker exec -u ${USER} -w /home/${USER}/gfarm/regress \
5353
gfarm-c1 sh -c 'tar cf - log.*' | ( cd regress-log && tar pxf - )
5454
5555
- name: upload log
5656
if: always()
57-
uses: actions/upload-artifact@v3
57+
uses: actions/upload-artifact@v4
5858
with:
5959
name: regress-log
6060
path: regress-log/*

0 commit comments

Comments
 (0)