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 cf461dc commit bcc403dCopy full SHA for bcc403d
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
22
- name: .NET 8.0
23
- uses: actions/setup-dotnet@v3
+ uses: actions/setup-dotnet@v4
24
with:
25
dotnet-version: 8.0.x
26
@@ -51,6 +51,7 @@ jobs:
51
shell: powershell
52
53
- name: Publish Artifacts
54
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
55
56
+ name: 'ci_${{ matrix.TEST_SUITE }}_${{ matrix.FIREBIRD_SELECTION }}_${{ env.CONFIGURATION }}'
57
path: '.\\out\\'
0 commit comments