Skip to content

Commit 20b45b0

Browse files
[Actions] Update Dependencies
1 parent f155586 commit 20b45b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nuget-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup .NET
1818
uses: actions/setup-dotnet@v3
1919
with:
20-
dotnet-version: 7.0.x
20+
dotnet-version: 8.0.x
2121
- name: Restore dependencies
2222
run: dotnet restore
2323
- name: Build
@@ -30,7 +30,7 @@ jobs:
3030
dotnet pack HyPlayer.PlayCore.Abstraction/HyPlayer.PlayCore.Abstraction.csproj -c Release -o Packages/
3131
3232
- name: Publish Packages to Artifacts
33-
uses: actions/upload-artifact@v3.1.1
33+
uses: actions/upload-artifact@v4.3.4
3434
with:
3535
name: packages
3636
path: Packages

.github/workflows/qodana-analyze.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: "Qodana Scan"
18-
uses: JetBrains/qodana-action@v2023.2.1
18+
uses: JetBrains/qodana-action@v2024.1.8
1919
env:
2020
QODANA_TOKEN: ${{secrets.QODANA_TOKEN}}

0 commit comments

Comments
 (0)