Skip to content

Commit

Permalink
Update actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed May 1, 2024
1 parent 58f9c14 commit f7f5397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ jobs:
steps:
- name: Check Out Code
uses: actions/checkout@v3
uses: actions/checkout@v4
#url: https://github.com/actions/checkout

- name: Configure .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
#url: https://github.com/actions/setup-dotnet
with:
dotnet-version: |
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
if-no-files-found: error

- name: Save Module
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
#url: https://github.com/actions/upload-artifact
with:
name: Module
Expand Down

0 comments on commit f7f5397

Please sign in to comment.