diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index a702aea..deb31ed 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -41,7 +41,7 @@ jobs: - name: Install testing tools run: sudo apt update && sudo apt install -y gocr qemu-utils qemu qemu-kvm gocr imagemagick - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: images - name: Run test @@ -61,7 +61,7 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: images - name: Create release