Skip to content

Commit

Permalink
Merge pull request #1557 from AgnaldoSilva0/Branch_20618
Browse files Browse the repository at this point in the history
Atualizado versão do upload-artifact do pipeline
  • Loading branch information
andrebts authored Sep 20, 2024
2 parents cffb42f + 8fd76ef commit 3ad4f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/DFe.NET_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
dotnet pack -o ${{ github.workspace }} -v minimal -c Release -p:NuspecProperties=version=${{ steps.date.outputs.date }} -p:PackageVersion=${{ steps.date.outputs.date }} NuGet\Zeus.Net.CTe\Zeus.Net.CTe.csproj
- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nupkg
path: ${{ github.workspace }}/*.nupkg
Expand All @@ -90,7 +90,7 @@ jobs:
runs-on: ${{ 'ubuntu-latest' }}
steps:
- name: Download Artifacts
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
with:
name: nupkg
path: ${{ github.workspace }}
Expand Down

0 comments on commit 3ad4f1a

Please sign in to comment.