diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 201c04312..92c54cd8f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -40,7 +40,7 @@ jobs: php -m | Out-File -FilePath "$env:file" -Append Write-Output "```````n" | Out-File -FilePath "$env:file" -Append - name: Upload artifacts - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: lists path: php${{ matrix.php-versions }}-${{ matrix.operating-system }}.md @@ -54,7 +54,7 @@ jobs: with: repository: ${{ github.repository }}.wiki - name: Download artifacts - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v3 with: path: ${{ github.workspace }} - name: Configure Git