diff --git a/.github/workflows/development.yaml b/.github/workflows/development.yaml index ec56d0c..a33e409 100644 --- a/.github/workflows/development.yaml +++ b/.github/workflows/development.yaml @@ -54,7 +54,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Fetch image artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{format('image-mysql-{0}-{1}', matrix.mysql_ver, matrix.distro)}} - name: Verify image @@ -82,7 +82,7 @@ jobs: DOCKER_PASSWORD: ${{secrets.docker_password}} steps: - name: Fetch image artifact - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: ${{format('image-mysql-{0}-{1}', matrix.mysql_ver, matrix.distro)}} - name: Publish image