Upgrade download-artifact action to version 6
This commit is contained in:
2
.github/workflows/push_main.yml
vendored
2
.github/workflows/push_main.yml
vendored
@@ -45,7 +45,7 @@ jobs:
|
||||
needs: build
|
||||
steps:
|
||||
- name: Download artifact
|
||||
uses: actions/download-artifact@v3
|
||||
uses: actions/download-artifact@v6
|
||||
with:
|
||||
name: nuget
|
||||
path: ${{ github.workspace}}/nuget
|
||||
|
||||
Reference in New Issue
Block a user