diff --git a/.github/workflows/AutomatedRelease.yml b/.github/workflows/AutomatedRelease.yml index f456f25..7eca4fe 100644 --- a/.github/workflows/AutomatedRelease.yml +++ b/.github/workflows/AutomatedRelease.yml @@ -100,7 +100,7 @@ jobs: fetch-depth: 0 - name: Download all artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 # Zip the publish artifacts - name: Zip the publish artifacts diff --git a/.github/workflows/ManualReleaseDevelop.yml b/.github/workflows/ManualReleaseDevelop.yml index b7869b7..399439f 100644 --- a/.github/workflows/ManualReleaseDevelop.yml +++ b/.github/workflows/ManualReleaseDevelop.yml @@ -98,7 +98,7 @@ jobs: fetch-depth: 0 - name: Download all artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 # Zip the publish artifacts - name: Zip the publish artifacts