Skip to content

Commit

Permalink
Update Action Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc authored Jan 29, 2025
1 parent ed77b12 commit 37ec69c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4.2.0
with:
dotnet-version: |
6.0.x
Expand All @@ -26,6 +26,6 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4.6.0
with:
path: NanoleafAPI/bin/Release/**/NanoleafAPI.dll
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.2.2
- name: Setup .NET Core
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4.2.0
with:
dotnet-version: |
6.0.x
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Build
run: dotnet build --configuration Release --no-restore
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4.6.0
with:
path: NanoleafAPI/bin/Release/**/NanoleafAPI.dll
- name: Publish NanoleafAPI
Expand Down

0 comments on commit 37ec69c

Please sign in to comment.