Skip to content

Commit 25a5145

Browse files
authored
Merge branch 'main' into dependabot/docker/compas/reverse-proxy/openresty/openresty-1.21.4.3-2-alpine-fat
2 parents a3b524c + 24c7e9b commit 25a5145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-integration-tests-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
7575
- name: Archive Robot Framework Reports
7676
if: failure()
77-
uses: actions/upload-artifact@v3
77+
uses: actions/upload-artifact@v4
7878
with:
7979
name: robot-framework-reports
8080
retention-days: 7

compas/docker-compose-postgresql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
postgresql:
99
labels:
1010
compas: true
11-
image: "postgres:14.5"
11+
image: "postgres:16.1"
1212
ports:
1313
- "5432:5432"
1414
environment:

0 commit comments

Comments
 (0)