Skip to content

Commit

Permalink
Update GitHub action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
korzh committed Nov 28, 2024
1 parent 837d101 commit 502202f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netcore-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: dotnet test EasyData.Dev.sln --no-restore --verbosity minimal

- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: packs
path: ./easydata.net/packs/**/*.nupkg
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: packs
path: packs
Expand Down

0 comments on commit 502202f

Please sign in to comment.