Merge pull request #9 from codebytes/dependabot/github_actions/actions/download-artifact-3

Bump actions/download-artifact from 2 to 3
هذا الالتزام موجود في:
Chris Ayers
2023-07-16 08:18:18 -05:00
ملتزم من قبل GitHub
الأصل 680aa03f15 4823f1587b
التزام 7398ba5084

عرض الملف

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