Просмотр исходного кода

upgrade actions/download-artifact to v4

Yuki Takei 2 лет назад
Родитель
Сommit
bb91be48a1
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      .github/workflows/reusable-app-prod.yml
  2. 1 1
      .github/workflows/reusable-app-reg-suit.yml

+ 2 - 2
.github/workflows/reusable-app-prod.yml

@@ -174,7 +174,7 @@ jobs:
         yarn --production
         yarn --production
 
 
     - name: Download production files artifact
     - name: Download production files artifact
-      uses: actions/download-artifact@v3
+      uses: actions/download-artifact@v4
       with:
       with:
         name: Production Files (node${{ inputs.node-version }})
         name: Production Files (node${{ inputs.node-version }})
 
 
@@ -276,7 +276,7 @@ jobs:
         yarn cypress install
         yarn cypress install
 
 
     - name: Download production files artifact
     - name: Download production files artifact
-      uses: actions/download-artifact@v3
+      uses: actions/download-artifact@v4
       with:
       with:
         name: Production Files (node${{ inputs.node-version }})
         name: Production Files (node${{ inputs.node-version }})
 
 

+ 1 - 1
.github/workflows/reusable-app-reg-suit.yml

@@ -86,7 +86,7 @@ jobs:
         yarn --frozen-lockfile
         yarn --frozen-lockfile
 
 
     - name: Download screenshots taken by cypress
     - name: Download screenshots taken by cypress
-      uses: actions/download-artifact@v3
+      uses: actions/download-artifact@v4
       with:
       with:
         name: ${{ inputs.cypress-report-artifact-name }}
         name: ${{ inputs.cypress-report-artifact-name }}
         path: apps/app/test/cypress
         path: apps/app/test/cypress