We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17bac1a commit 2de77e0Copy full SHA for 2de77e0
.github/workflows/test.yaml
@@ -43,9 +43,10 @@ jobs:
43
chown -R postgres /__w/walrus/walrus
44
su postgres -c 'export PATH=$PATH:/usr/lib/postgresql/15/bin/ ; bin/installcheck'
45
46
- - uses: actions/upload-artifact@v3
+ - uses: actions/upload-artifact@v4
47
if: always()
48
with:
49
name: regression.out
50
- path: regression.out
+ name: regression.out-${{ matrix.runs-on }}
51
+ path: regression-${{ matrix.runs-on }}.out
52
retention-days: 7
0 commit comments