Merge pull request #27 from codebytes/dependabot/github_actions/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4
هذا الالتزام موجود في:
Chris Ayers
2023-12-25 09:21:44 -05:00
ملتزم من قبل GitHub
الأصل e4e4468ebf a0d2760218
التزام 1bc59e4bdc

عرض الملف

@@ -68,7 +68,7 @@ jobs:
steps: steps:
# Checkout code # Checkout code
- name: Download IaC - name: Download IaC
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: iac name: iac
path: iac path: iac
@@ -92,7 +92,7 @@ jobs:
failOnStdErr: false failOnStdErr: false
- name: Download App - name: Download App
uses: actions/download-artifact@v3 uses: actions/download-artifact@v4
with: with:
name: webapp name: webapp
path: webapp path: webapp