Răsfoiți Sursa

Update main.yml

jimsterino98 6 luni în urmă
părinte
comite
fbd063e19a
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -51,7 +51,7 @@ jobs:
           testing: false
       
       - name: Checkout code
-        uses: actions/checkout@v4
+        uses: actions/checkout@v7
 
       - name: Generate New Tag
         if: inputs.release_type != 'Actions'
@@ -67,7 +67,7 @@ jobs:
             echo "NEW_TAG=${NEW_TAG}" >> $GITHUB_ENV
 
       - name: Download Artifacts
-        uses: actions/download-artifact@v5
+        uses: actions/download-artifact@v7
         with:
           path: ./downloaded-artifacts
           pattern: '*-AnyKernel3'