There was an error while loading. Please reload this page.
1 parent e8f34f5 commit e79884bCopy full SHA for e79884b
1 file changed
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout
17
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
18
19
- name: Install Linux Native AOT toolchain deps
20
# clang is the AOT linker; zlib1g-dev provides the headers the AOT
@@ -52,8 +52,7 @@ jobs:
52
run: dotnet run --project SharpPostgres.IntegrationTests -c Release --no-build
53
54
- name: Upload test results
55
- if: always()
56
- uses: actions/upload-artifact@v5
+ uses: actions/upload-artifact@v7
57
with:
58
name: test-results
59
path: SharpPostgres.IntegrationTests/bin/Release/net10.0/TestResults/
0 commit comments