Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-acr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:

- name: 📊 Subir reporte Trivy
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: trivy-report
path: trivy-report.txt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: 📊 Subir resultados de prueba
if: always()
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: test-results
path: ./TestResults
Expand All @@ -97,7 +97,7 @@ jobs:
run: dotnet publish "$SOLUTION_PATH" -c Release -o ./publish

- name: 📤 Subir artefacto de build
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
name: backend-artifact
path: ./publish
Expand Down
Loading