Skip to content

Commit bcc403d

Browse files
committed
Update GH actions to solve Node.js warnings
1 parent cf461dc commit bcc403d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: .NET 8.0
23-
uses: actions/setup-dotnet@v3
23+
uses: actions/setup-dotnet@v4
2424
with:
2525
dotnet-version: 8.0.x
2626

@@ -51,6 +51,7 @@ jobs:
5151
shell: powershell
5252

5353
- name: Publish Artifacts
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
56+
name: 'ci_${{ matrix.TEST_SUITE }}_${{ matrix.FIREBIRD_SELECTION }}_${{ env.CONFIGURATION }}'
5657
path: '.\\out\\'

0 commit comments

Comments
 (0)