Update download-artifact

This commit is contained in:
Begona Guereca
2024-04-04 07:17:44 -07:00
parent 965d4c7f54
commit 95de63c44f
+4 -4
View File
@@ -107,7 +107,7 @@ jobs:
if: needs.execute-actions-importer.outputs.command == 'audit'
needs: execute-actions-importer
steps:
- uses: actions/download-artifact@v2
- uses: actions/actions/download-artifact@v4
if: always()
with:
name: output
@@ -142,7 +142,7 @@ jobs:
if: needs.execute-actions-importer.outputs.command == 'dry-run'
needs: execute-actions-importer
steps:
- uses: actions/download-artifact@v2
- uses: actions/actions/download-artifact@v4
if: always()
with:
name: output
@@ -198,7 +198,7 @@ jobs:
if: needs.execute-actions-importer.outputs.command == 'migrate'
needs: execute-actions-importer
steps:
- uses: actions/download-artifact@v2
- uses: actions/actions/download-artifact@v4
if: always()
with:
name: logs
@@ -234,7 +234,7 @@ jobs:
needs: [execute-actions-importer, audit, migrate, dry-run]
if: always()
steps:
- uses: actions/download-artifact@v2
- uses: actions/actions/download-artifact@v4
if: always() && needs.execute-actions-importer.result == 'failure'
with:
name: logs