Skip to content

Commit 3ad4f1a

Browse files
authored
Merge pull request #1557 from AgnaldoSilva0/Branch_20618
Atualizado versão do upload-artifact do pipeline
2 parents cffb42f + 8fd76ef commit 3ad4f1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/DFe.NET_build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
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
8080
8181
- name: Upload Artifacts
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: nupkg
8585
path: ${{ github.workspace }}/*.nupkg
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ${{ 'ubuntu-latest' }}
9191
steps:
9292
- name: Download Artifacts
93-
uses: actions/download-artifact@v4.1.7
93+
uses: actions/download-artifact@v4
9494
with:
9595
name: nupkg
9696
path: ${{ github.workspace }}

0 commit comments

Comments
 (0)