Skip to content

Commit

Permalink
Update nuget.yml
Browse files Browse the repository at this point in the history
- worlflow actions versionup
  • Loading branch information
leafbird committed Nov 18, 2024
1 parent 781a425 commit a927be3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
shell: bash

- name: upload artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: nuget
path: ${{env.ARTIFACT_PATH}}
Expand All @@ -69,7 +69,7 @@ jobs:
steps:

- name: download artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: nuget
path: ${{env.ARTIFACT_PATH}}
Expand Down

0 comments on commit a927be3

Please sign in to comment.