We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ecda5 commit d48076cCopy full SHA for d48076c
1 file changed
.github/workflows/gen.yml
@@ -32,7 +32,7 @@ jobs:
32
PG_PASSWORD: postgres
33
PG_PORT: ${{ job.services.postgres.ports['5432'] }}
34
- name: Save results
35
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v6
36
with:
37
name: sqlc-pg-gen-results
38
path: gen
0 commit comments