Skip to content

Commit

Permalink
Updated to latest version of GH artifacts actions
Browse files Browse the repository at this point in the history
  • Loading branch information
carldebilly committed Nov 24, 2024
1 parent f43e035 commit 6e7e804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
Get-ChildItem -Path . -Recurse -Filter *.nupkg | Copy-Item -Destination $OutputDir
- name: Upload NuGet packages as artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nuget-packages
path: nuget-packages/
Expand All @@ -53,7 +53,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: nuget-packages
path: ./nuget-packages
Expand Down

0 comments on commit 6e7e804

Please sign in to comment.