Skip to content

Commit 2de77e0

Browse files
committed
chore: update upload-artifact GH action
1 parent 17bac1a commit 2de77e0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ jobs:
4343
chown -R postgres /__w/walrus/walrus
4444
su postgres -c 'export PATH=$PATH:/usr/lib/postgresql/15/bin/ ; bin/installcheck'
4545
46-
- uses: actions/upload-artifact@v3
46+
- uses: actions/upload-artifact@v4
4747
if: always()
4848
with:
4949
name: regression.out
50-
path: regression.out
50+
name: regression.out-${{ matrix.runs-on }}
51+
path: regression-${{ matrix.runs-on }}.out
5152
retention-days: 7

0 commit comments

Comments
 (0)