diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e654fa68..75ba90a6 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -101,7 +101,7 @@ jobs: runs-on: windows-2019 steps: - name: Download Build Version Info - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: Version - name: Set Version Number @@ -114,7 +114,7 @@ jobs: Remove-Item -Path ./Version/version.txt Remove-Item -Path ./Version - name: Download Build output - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: Build path: ./ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index abcc8419..5ffa4ad2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -85,7 +85,7 @@ jobs: runs-on: windows-2019 steps: - name: Download Build Version Info - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: Version - name: Set Version Number @@ -98,7 +98,7 @@ jobs: Remove-Item -Path ./Version/version.txt Remove-Item -Path ./Version - name: Download Build output - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: Build path: ./