Upgrade download-artifact action to version 6

This commit is contained in:
2026-01-15 21:16:52 +01:00
committed by GitHub
Unverified
parent 891c4b8ebf
commit 5511bbebfc

View File

@@ -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