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
|
needs: build
|
||||||
steps:
|
steps:
|
||||||
- name: Download artifact
|
- name: Download artifact
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: nuget
|
name: nuget
|
||||||
path: ${{ github.workspace}}/nuget
|
path: ${{ github.workspace}}/nuget
|
||||||
|
|||||||
Reference in New Issue
Block a user